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

Method release_event

implementation/runtime/src/application_impl.cpp:1256–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254}
1255
1256void application_impl::release_event(service_t _service, instance_t _instance, event_t _event) {
1257 if (routing_)
1258 routing_->unregister_event(client_, _service, _instance, _event, false);
1259}
1260
1261// Interface "routing_manager_host"
1262const std::string& application_impl::get_name() const {

Callers 9

send_releaseMethod · 0.80
stopMethod · 0.80
wait_for_stopMethod · 0.80
wait_for_stopMethod · 0.80
release_subscriptionsMethod · 0.80
wait_for_stopMethod · 0.80
stopMethod · 0.80
request_releaseMethod · 0.80
stopMethod · 0.80

Calls 1

unregister_eventMethod · 0.45

Tested by 7

stopMethod · 0.64
wait_for_stopMethod · 0.64
wait_for_stopMethod · 0.64
release_subscriptionsMethod · 0.64
wait_for_stopMethod · 0.64
stopMethod · 0.64
request_releaseMethod · 0.64