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

Method request_event

implementation/runtime/src/application_impl.cpp:1249–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {
1251 if (routing_)
1252 routing_->register_event(client_, _service, _instance, _event, _eventgroups, _type, _reliability, std::chrono::milliseconds::zero(),
1253 false, true, nullptr, false);
1254}
1255
1256void application_impl::release_event(service_t _service, instance_t _instance, event_t _event) {
1257 if (routing_)

Callers 15

on_stateMethod · 0.80
on_stateMethod · 0.80
on_stateMethod · 0.80
event_test_clientMethod · 0.80
on_stateMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
test_clientMethod · 0.80
startMethod · 0.80
TESTFunction · 0.80
subscribeMethod · 0.80

Calls 1

register_eventMethod · 0.45

Tested by 15

on_stateMethod · 0.64
on_stateMethod · 0.64
on_stateMethod · 0.64
event_test_clientMethod · 0.64
on_stateMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
test_clientMethod · 0.64
startMethod · 0.64
TESTFunction · 0.64
on_stateMethod · 0.64