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

Method offer_service

implementation/runtime/src/application_impl.cpp:600–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600void application_impl::offer_service(service_t _service, instance_t _instance, major_version_t _major, minor_version_t _minor) {
601 if (routing_)
602 routing_->offer_service(client_, _service, _instance, _major, _minor);
603}
604
605void application_impl::stop_offer_service(service_t _service, instance_t _instance, major_version_t _major, minor_version_t _minor) {
606 if (routing_)

Callers 3

offerMethod · 0.45
offerMethod · 0.45
on_state_cbkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected