Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ types & classes
Types & classes
893 in github.com/COVESA/vsomeip
⨍
Functions
4,588
◇
Types & classes
893
↓ 149 callers
Class
buffer
interface/vsomeip/internal/logger.hpp:41
↓ 25 callers
Class
endpoint
implementation/routing/include/event.hpp:24
↓ 14 callers
Class
endpoint
implementation/endpoints/include/client_endpoint_impl.hpp:34
↓ 10 callers
Class
service_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 callers
Class
is_value
implementation/utility/include/is_value.hpp:11
↓ 8 callers
Class
buffer_view
implementation/e2e_protection/include/buffer/buffer.hpp:17
↓ 6 callers
Class
segment_t
implementation/endpoints/include/tp_message.hpp:42
↓ 5 callers
Class
profile_config
implementation/e2e_protection/include/e2e/profile/profile05/profile_05.hpp:22
↓ 5 callers
Class
service_instance_t
implementation/utility/include/service_instance_map.hpp:14
↓ 4 callers
Class
port_range_t
implementation/configuration/include/configuration.hpp:42
↓ 4 callers
Class
register_event
implementation/protocol/include/register_event.hpp:15
↓ 4 callers
Class
tp_message
implementation/endpoints/include/tp_message.hpp:22
↓ 3 callers
Class
Hex
implementation/utility/include/utility.hpp:123
↓ 3 callers
Class
stat
implementation/utility/src/utility.cpp:251
↓ 2 callers
Class
base_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 callers
Class
command_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 callers
Class
nl_protocol
implementation/endpoints/include/netlink_connector.hpp:82
↓ 1 callers
Class
data_t
implementation/utility/include/utility.hpp:137
↓ 1 callers
Class
endpoint_data_type
implementation/endpoints/include/server_endpoint_impl.hpp:36
↓ 1 callers
Class
mock_routing_host
test/unit_tests/endpoint_tests/mock_routing_host.hpp:14
↓ 1 callers
Class
security
implementation/configuration/include/configuration.hpp:39
↓ 1 callers
Class
serializer
implementation/message/include/payload_impl.hpp:17
Class
CharSet
test/common/src/external/process_win.cpp:36
Class
CharSet<char>
test/common/src/external/process_win.cpp:39
Class
CharSet<wchar_t>
test/common/src/external/process_win.cpp:47
Class
Config
Additional parameters to Process constructors.
test/common/include/common/external/process.hpp:36
Class
CriticalSection
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
Class
CriticalSection::Impl
implementation/utility/src/criticalsection.cpp:14
Class
Data
test/common/include/common/external/process.hpp:102
Class
ExampleOwner
test/unit_tests/endpoint_tests/test_timer.cpp:33
Class
Handle
Simple HANDLE wrapper to close it automatically from the destructor.
test/common/src/external/process_win.cpp:15
Class
Impl
implementation/utility/include/criticalsection.hpp:32
Class
Process
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
Class
ProcessConfig
test/common/include/common/process.hpp:149
Class
ProcessType
test/common/include/common/process.hpp:144
Class
Receptor
test/network_tests/fake_socket_tests/helpers/sockets/fake_tcp_socket_handle.hpp:250
Enum
ShowWindow
test/common/include/common/external/process.hpp:55
Enum
Steps
test/common/include/common/scenario.hpp:15
Class
TestStep
test/common/include/common/scenario.hpp:75
Class
TimeboxedOperation
For explanation of the ownership model refer to the test before
test/unit_tests/endpoint_tests/test_timer.cpp:86
Class
VSOMEIP_IMPORT_EXPORT
interface/vsomeip/runtime.hpp:49
Class
VSOMEIP_IMPORT_EXPORT
interface/vsomeip/internal/policy_manager.hpp:18
Class
VSOMEIP_IMPORT_EXPORT
implementation/security/include/security.hpp:18
Class
VSOMEIP_IMPORT_EXPORT
implementation/security/include/policy_manager_impl.hpp:28
Class
VSOMEIP_IMPORT_EXPORT
implementation/message/include/serializer.hpp:17
Enum
VSOMEIP_IMPORT_EXPORT
interface/vsomeip/internal/logger.hpp:20
Class
VSOMEIP_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
Class
abstract_netlink_connector
implementation/endpoints/include/abstract_netlink_connector.hpp:20
Class
abstract_socket_factory
implementation/endpoints/include/abstract_socket_factory.hpp:26
Class
abstract_timer
* abstraction for the boost::asio::steady_timer to allow for fake injections **/
implementation/endpoints/include/abstract_timer.hpp:18
Enum
accept_msg_t
implementation/utility/src/wrappers_qnx.cpp:22
Class
ack_blocker
Generic handler to block specific ACKs by client_id
test/network_tests/fake_socket_tests/test_boardnet.cpp:32
Class
address_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
Class
addresses
Struct to hold the source and destination addresses of a UDP packet.
test/network_tests/fake_socket_tests/helpers/data_pipe.hpp:25
Class
app
* 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
Class
app_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
Class
app_connection
test/network_tests/fake_socket_tests/helpers/socket_manager.hpp:23
Class
app_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
Class
app_wrapper
test/network_tests/client_id_tests/client_id_test_utility.cpp:104
Class
application
* * \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
Class
application
interface/vsomeip/runtime.hpp:17
Class
application_config
test/network_tests/fake_socket_tests/helpers/ecu_config.hpp:19
Class
application_configuration
implementation/configuration/include/application_configuration.hpp:20
Class
application_impl
implementation/runtime/include/application_impl.hpp:41
Class
application_plugin
* The application plug-in can be used to extend application behavior * via an module/plug-in. */
interface/vsomeip/plugins/application_plugin.hpp:26
Enum
application_plugin_state_e
interface/vsomeip/plugins/application_plugin.hpp:20
Class
application_test::service_info
test/network_tests/application_tests/application_test_client_availability.cpp:28
Class
application_test::service_info
test/network_tests/application_tests/application_test_client.cpp:28
Class
application_test::service_info
test/network_tests/application_tests/application_test_service.cpp:28
Class
application_test_client
test/network_tests/application_tests/application_test_client.cpp:26
Class
application_test_client_availability
test/network_tests/application_tests/application_test_client_availability.cpp:26
Class
application_test_daemon
test/network_tests/application_tests/application_test_daemon.cpp:15
Class
application_test_service
test/network_tests/application_tests/application_test_service.cpp:26
Class
asio_socket_factory
implementation/endpoints/include/asio_socket_factory.hpp:12
Class
asio_tcp_acceptor
implementation/endpoints/include/asio_tcp_socket.hpp:17
Class
asio_tcp_socket
implementation/endpoints/include/asio_tcp_socket.hpp:19
Class
asio_timer
implementation/endpoints/include/asio_timer.hpp:15
Class
asio_udp_socket
implementation/endpoints/include/asio_udp_socket.hpp:17
Class
asio_uds_acceptor
implementation/endpoints/include/asio_uds_acceptor.hpp:17
Class
asio_uds_socket
implementation/endpoints/include/asio_uds_socket.hpp:16
Class
assign_client_ack_command
implementation/protocol/include/assign_client_ack_command.hpp:13
Class
assign_client_command
implementation/protocol/include/assign_client_command.hpp:16
Class
attribute_recorder
test/network_tests/fake_socket_tests/helpers/attribute_recorder.hpp:23
Class
auxiliary_context
implementation/endpoints/include/auxiliary_context.hpp:28
Class
availability_checker
test/network_tests/fake_socket_tests/helpers/availability_checker.hpp:14
Class
availability_handler_test_client
test/network_tests/availability_handler_tests/availability_handler_test_client.cpp:33
Class
availability_handler_test_manager
test/network_tests/availability_handler_tests/availability_handler_test_manager.cpp:34
Class
availability_handler_test_service
test/network_tests/availability_handler_tests/availability_handler_test_service.cpp:34
Class
availability_handler_test_steps
test/network_tests/availability_handler_tests/availability_handler_test_globals.hpp:17
Enum
availability_received_status
test/network_tests/availability_handler_tests/availability_handler_test_globals.hpp:23
Enum
availability_state_e
interface/vsomeip/enumeration_types.hpp:79
Class
barrier_t
test/common/include/common/interprocess.hpp:146
Class
base
test/network_tests/fake_socket_tests/helpers/command_message.hpp:36
Class
base_endpoint_fixture
test/unit_tests/endpoint_tests/base_endpoint_fixture.hpp:14
Class
base_event_subscription_callback
test/network_tests/fake_socket_tests/test_event_subscription_callback.cpp:34
Class
base_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