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

Method on_stop_offer_service

implementation/routing/src/routing_manager_impl.cpp:1241–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239}
1240
1241void routing_manager_impl::on_stop_offer_service(client_t _client, service_t _service, instance_t _instance, major_version_t _major,
1242 minor_version_t _minor) {
1243 std::scoped_lock its_lock{offer_serialization_mutex_};
1244 on_stop_offer_service_unlocked(_client, _service, _instance, _major, _minor, true);
1245}
1246
1247void routing_manager_impl::on_stop_offer_service_unlocked(client_t _client, service_t _service, instance_t _instance,
1248 major_version_t _major, minor_version_t _minor, bool _call_stub) {

Callers 3

del_routing_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected