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

Method stop

implementation/endpoints/src/udp_server_endpoint_impl.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void udp_server_endpoint_impl::stop(bool /*_due_to_error*/) {
204 VSOMEIP_INFO_P << instance_name_ << "lifecycle_idx=" << lifecycle_idx_.load();
205 std::scoped_lock its_lock(sync_);
206 stop_unlocked();
207 VSOMEIP_INFO_P << instance_name_ << "Done, lifecycle_idx=" << lifecycle_idx_.load();
208}
209
210void udp_server_endpoint_impl::restart(bool _force) {
211 std::ignore = _force;

Callers 1

stop_unlockedMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected