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

Method stop_offer_service

implementation/routing/src/routing_manager_impl.cpp:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void routing_manager_impl::stop_offer_service(client_t _client, service_t _service, instance_t _instance, major_version_t _major,
378 minor_version_t _minor) {
379 stop_offer_service(_client, _service, _instance, _major, _minor, true);
380}
381
382void routing_manager_impl::stop_offer_service(client_t _client, service_t _service, instance_t _instance, major_version_t _major,
383 minor_version_t _minor, bool _must_queue) {

Callers 4

set_routing_stateMethod · 0.45
on_messageMethod · 0.45

Calls 5

hex4Function · 0.85
beginMethod · 0.80
endMethod · 0.80
is_localMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected