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

Method register_message_handler

implementation/runtime/src/application_impl.cpp:1215–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213}
1214
1215void application_impl::register_message_handler(service_t _service, instance_t _instance, method_t _method,
1216 const message_handler_t& _handler) {
1217
1218 register_message_handler_ext(_service, _instance, _method, _handler, handler_registration_type_e::HRT_REPLACE);
1219}
1220
1221void application_impl::unregister_message_handler(service_t _service, instance_t _instance, method_t _method) {
1222 std::scoped_lock its_lock{members_mutex_};

Callers 6

initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected