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

Method stop_offer_event

implementation/runtime/src/application_impl.cpp:1244–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244void application_impl::stop_offer_event(service_t _service, instance_t _instance, event_t _event) {
1245 if (routing_)
1246 routing_->unregister_event(client_, _service, _instance, _event, true);
1247}
1248
1249void application_impl::request_event(service_t _service, instance_t _instance, event_t _event, const std::set<eventgroup_t>& _eventgroups,
1250 event_type_e _type, reliability_type_e _reliability) {

Callers 3

send_stop_offerMethod · 0.80
stop_offerMethod · 0.80
wait_for_stopMethod · 0.80

Calls 1

unregister_eventMethod · 0.45

Tested by 2

stop_offerMethod · 0.64
wait_for_stopMethod · 0.64