MCPcopy Create free account

hub / github.com/COVESA/vsomeip / types & classes

Types & classes893 in github.com/COVESA/vsomeip

↓ 149 callersClassbuffer
interface/vsomeip/internal/logger.hpp:41
↓ 25 callersClassendpoint
implementation/routing/include/event.hpp:24
↓ 14 callersClassendpoint
implementation/endpoints/include/client_endpoint_impl.hpp:34
↓ 10 callersClassservice_t
@brief Wrapper for a vsomeip application that offers 2 services with a GET method
test/network_tests/offer_stop_offer_test/applications/service.hpp:22
↓ 9 callersClassis_value
implementation/utility/include/is_value.hpp:11
↓ 8 callersClassbuffer_view
implementation/e2e_protection/include/buffer/buffer.hpp:17
↓ 6 callersClasssegment_t
implementation/endpoints/include/tp_message.hpp:42
↓ 5 callersClassprofile_config
implementation/e2e_protection/include/e2e/profile/profile05/profile_05.hpp:22
↓ 5 callersClassservice_instance_t
implementation/utility/include/service_instance_map.hpp:14
↓ 4 callersClassport_range_t
implementation/configuration/include/configuration.hpp:42
↓ 4 callersClassregister_event
implementation/protocol/include/register_event.hpp:15
↓ 4 callersClasstp_message
implementation/endpoints/include/tp_message.hpp:22
↓ 3 callersClassHex
implementation/utility/include/utility.hpp:123
↓ 3 callersClassstat
implementation/utility/src/utility.cpp:251
↓ 2 callersClassbase_vsip_app_builder
* @brief Builder for base_vsip_app, allowing fluent configuration of requests, offers, and * callbacks. * @note Use with_* methods to configure, the
test/common/include/common/vsomeip_app.hpp:284
↓ 2 callersClasscommand_payload
* Abstract wrapper around the payload that extends the internal commands. * This allows to abstract around the actual payload but allows for unified
test/network_tests/fake_socket_tests/helpers/command_message.hpp:26
↓ 2 callersClassnl_protocol
implementation/endpoints/include/netlink_connector.hpp:82
↓ 1 callersClassdata_t
implementation/utility/include/utility.hpp:137
↓ 1 callersClassendpoint_data_type
implementation/endpoints/include/server_endpoint_impl.hpp:36
↓ 1 callersClassmock_routing_host
test/unit_tests/endpoint_tests/mock_routing_host.hpp:14
↓ 1 callersClasssecurity
implementation/configuration/include/configuration.hpp:39
↓ 1 callersClassserializer
implementation/message/include/payload_impl.hpp:17
ClassCharSet
test/common/src/external/process_win.cpp:36
ClassCharSet<char>
test/common/src/external/process_win.cpp:39
ClassCharSet<wchar_t>
test/common/src/external/process_win.cpp:47
ClassConfig
Additional parameters to Process constructors.
test/common/include/common/external/process.hpp:36
ClassCriticalSection
Windows: CriticalSection uses win32 CRITICAL_SECTION. Interface mimics std::mutex so we can use it in conjunction with std::unique_lock.
implementation/utility/include/criticalsection.hpp:18
ClassCriticalSection::Impl
implementation/utility/src/criticalsection.cpp:14
ClassData
test/common/include/common/external/process.hpp:102
ClassExampleOwner
test/unit_tests/endpoint_tests/test_timer.cpp:33
ClassHandle
Simple HANDLE wrapper to close it automatically from the destructor.
test/common/src/external/process_win.cpp:15
ClassImpl
implementation/utility/include/criticalsection.hpp:32
ClassProcess
Platform independent class for creating processes. Note on Windows: it seems not possible to specify which pipes to redirect. Thus, at the moment, if
test/common/include/common/external/process.hpp:84
ClassProcessConfig
test/common/include/common/process.hpp:149
ClassProcessType
test/common/include/common/process.hpp:144
ClassReceptor
test/network_tests/fake_socket_tests/helpers/sockets/fake_tcp_socket_handle.hpp:250
EnumShowWindow
test/common/include/common/external/process.hpp:55
EnumSteps
test/common/include/common/scenario.hpp:15
ClassTestStep
test/common/include/common/scenario.hpp:75
ClassTimeboxedOperation
For explanation of the ownership model refer to the test before
test/unit_tests/endpoint_tests/test_timer.cpp:86
ClassVSOMEIP_IMPORT_EXPORT
interface/vsomeip/runtime.hpp:49
ClassVSOMEIP_IMPORT_EXPORT
interface/vsomeip/internal/policy_manager.hpp:18
ClassVSOMEIP_IMPORT_EXPORT
implementation/security/include/security.hpp:18
ClassVSOMEIP_IMPORT_EXPORT
implementation/security/include/policy_manager_impl.hpp:28
ClassVSOMEIP_IMPORT_EXPORT
implementation/message/include/serializer.hpp:17
EnumVSOMEIP_IMPORT_EXPORT
interface/vsomeip/internal/logger.hpp:20
ClassVSOMEIP_IMPORT_EXPORT_PLUGIN
interface/vsomeip/plugin.hpp:36
Class_io_openfd
implementation/utility/src/wrappers_qnx.cpp:28
Class_io_openfd
implementation/utility/src/wrappers_qnx.cpp:43
Class_io_sock_accept
implementation/utility/src/wrappers_qnx.cpp:27
Class_server_info
implementation/utility/src/wrappers_qnx.cpp:44
Classabstract_netlink_connector
implementation/endpoints/include/abstract_netlink_connector.hpp:20
Classabstract_socket_factory
implementation/endpoints/include/abstract_socket_factory.hpp:26
Classabstract_timer
* abstraction for the boost::asio::steady_timer to allow for fake injections **/
implementation/endpoints/include/abstract_timer.hpp:18
Enumaccept_msg_t
implementation/utility/src/wrappers_qnx.cpp:22
Classack_blocker
Generic handler to block specific ACKs by client_id
test/network_tests/fake_socket_tests/test_boardnet.cpp:32
Classaddress_hash
Custom hash function for boost::asio::ip::address. Used because there is no hash implementation before Boost v1.76.
implementation/service_discovery/include/service_discovery_impl.hpp:39
Classaddresses
Struct to hold the source and destination addresses of a UDP packet.
test/network_tests/fake_socket_tests/helpers/data_pipe.hpp:25
Classapp
* This class is a small wrapper around a vsomeip::application to ease the writing * of tests with some helpers. * The public methods are not thread
test/network_tests/fake_socket_tests/helpers/app.hpp:28
Classapp_connection
* Handle for a connection between two applications * * Primary purpose: Ensure that testing connection options can be set * in advance to the actua
test/network_tests/fake_socket_tests/helpers/app_connection.hpp:24
Classapp_connection
test/network_tests/fake_socket_tests/helpers/socket_manager.hpp:23
Classapp_holder
* Global owner for the application and its start() thread. * * The destructor performs shutdown (stop + join). Because this instance is * static, d
test/network_tests/dispatch_app_stop_tests/dispatch_app_outlives_struct.cpp:24
Classapp_wrapper
test/network_tests/client_id_tests/client_id_test_utility.cpp:104
Classapplication
* * \brief This class contains the public API of the vsomeip implementation. * * Due to its heavy resource footprint, it should exist once per clie
interface/vsomeip/application.hpp:46
Classapplication
interface/vsomeip/runtime.hpp:17
Classapplication_config
test/network_tests/fake_socket_tests/helpers/ecu_config.hpp:19
Classapplication_configuration
implementation/configuration/include/application_configuration.hpp:20
Classapplication_impl
implementation/runtime/include/application_impl.hpp:41
Classapplication_plugin
* The application plug-in can be used to extend application behavior * via an module/plug-in. */
interface/vsomeip/plugins/application_plugin.hpp:26
Enumapplication_plugin_state_e
interface/vsomeip/plugins/application_plugin.hpp:20
Classapplication_test::service_info
test/network_tests/application_tests/application_test_client_availability.cpp:28
Classapplication_test::service_info
test/network_tests/application_tests/application_test_client.cpp:28
Classapplication_test::service_info
test/network_tests/application_tests/application_test_service.cpp:28
Classapplication_test_client
test/network_tests/application_tests/application_test_client.cpp:26
Classapplication_test_client_availability
test/network_tests/application_tests/application_test_client_availability.cpp:26
Classapplication_test_daemon
test/network_tests/application_tests/application_test_daemon.cpp:15
Classapplication_test_service
test/network_tests/application_tests/application_test_service.cpp:26
Classasio_socket_factory
implementation/endpoints/include/asio_socket_factory.hpp:12
Classasio_tcp_acceptor
implementation/endpoints/include/asio_tcp_socket.hpp:17
Classasio_tcp_socket
implementation/endpoints/include/asio_tcp_socket.hpp:19
Classasio_timer
implementation/endpoints/include/asio_timer.hpp:15
Classasio_udp_socket
implementation/endpoints/include/asio_udp_socket.hpp:17
Classasio_uds_acceptor
implementation/endpoints/include/asio_uds_acceptor.hpp:17
Classasio_uds_socket
implementation/endpoints/include/asio_uds_socket.hpp:16
Classassign_client_ack_command
implementation/protocol/include/assign_client_ack_command.hpp:13
Classassign_client_command
implementation/protocol/include/assign_client_command.hpp:16
Classattribute_recorder
test/network_tests/fake_socket_tests/helpers/attribute_recorder.hpp:23
Classauxiliary_context
implementation/endpoints/include/auxiliary_context.hpp:28
Classavailability_checker
test/network_tests/fake_socket_tests/helpers/availability_checker.hpp:14
Classavailability_handler_test_client
test/network_tests/availability_handler_tests/availability_handler_test_client.cpp:33
Classavailability_handler_test_manager
test/network_tests/availability_handler_tests/availability_handler_test_manager.cpp:34
Classavailability_handler_test_service
test/network_tests/availability_handler_tests/availability_handler_test_service.cpp:34
Classavailability_handler_test_steps
test/network_tests/availability_handler_tests/availability_handler_test_globals.hpp:17
Enumavailability_received_status
test/network_tests/availability_handler_tests/availability_handler_test_globals.hpp:23
Enumavailability_state_e
interface/vsomeip/enumeration_types.hpp:79
Classbarrier_t
test/common/include/common/interprocess.hpp:146
Classbase
test/network_tests/fake_socket_tests/helpers/command_message.hpp:36
Classbase_endpoint_fixture
test/unit_tests/endpoint_tests/base_endpoint_fixture.hpp:14
Classbase_event_subscription_callback
test/network_tests/fake_socket_tests/test_event_subscription_callback.cpp:34
Classbase_fake_socket_fixture
* Base test fixture to allow the writing of communication based tests. * This class ensures that the test setup follows the basic do "x" wait for "y"
test/network_tests/fake_socket_tests/helpers/base_fake_socket_fixture.hpp:35
next →1–100 of 893, ranked by callers