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

Method register_state_handler

implementation/runtime/src/application_impl.cpp:888–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886}
887
888void application_impl::register_state_handler(const state_handler_t& _handler) {
889 std::scoped_lock its_lock{state_handler_mutex_};
890 handler_ = _handler;
891}
892
893void application_impl::unregister_state_handler() {
894 std::scoped_lock its_lock{state_handler_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