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

Method stop

implementation/endpoints/src/local_endpoint.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void local_endpoint::stop(bool _due_to_error) {
120 std::unique_lock lock{mutex_};
121 stop_internal(lock, _due_to_error);
122}
123
124void local_endpoint::escalate() {
125 std::unique_lock lock{mutex_};

Callers 5

create_server_epMethod · 0.45
stop_internalMethod · 0.45
connect_cbkMethod · 0.45
processMethod · 0.45
is_allowedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected