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

Method unregister_message_handler

implementation/runtime/src/application_impl.cpp:1221–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_};
1223 members_.erase(to_members_key(_service, _instance, _method));
1224}
1225
1226void application_impl::offer_event(service_t _service, instance_t _instance, event_t _notifier, const std::set<eventgroup_t>& _eventgroups,
1227 event_type_e _type, std::chrono::milliseconds _cycle, bool _change_resets_cycle, bool _update_on_change,

Callers 5

stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80

Calls

no outgoing calls

Tested by 3

stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64