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

Method unregister_state_handler

implementation/runtime/src/application_impl.cpp:893–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893void application_impl::unregister_state_handler() {
894 std::scoped_lock its_lock{state_handler_mutex_};
895 handler_ = nullptr;
896}
897
898void application_impl::register_availability_handler(service_t _service, instance_t _instance, const availability_handler_t& _handler,
899 major_version_t _major, minor_version_t _minor) {

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