MCPcopy Create free account
hub / github.com/COVESA/vsomeip / get_services

Method get_services

implementation/routing/src/routing_manager_impl.cpp:3865–3868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3863}
3864
3865services_t routing_manager_impl::get_services() const {
3866 std::scoped_lock its_lock(services_mutex_);
3867 return services_;
3868}
3869bool routing_manager_impl::offer_service_base(client_t _client, service_t _service, instance_t _instance, major_version_t _major,
3870 minor_version_t _minor) {
3871 (void)_client;

Callers 4

to_stringFunction · 0.45
on_messageMethod · 0.45
on_routing_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected