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

Method deregistered

implementation/routing/src/routing_client_state_machine.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void routing_client_state_machine::deregistered() {
78 std::unique_lock lock{mtx_};
79 deregister_unlocked(std::move(lock));
80}
81
82void routing_client_state_machine::deregister_unlocked(std::unique_lock<std::mutex> _acquired_lock) {
83 change_state_unlocked(routing_client_state_e::ST_DEREGISTERED);

Callers 5

TEST_FFunction · 0.80
stopMethod · 0.80
reconnectMethod · 0.80
register_applicationMethod · 0.80
on_client_assign_ackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected