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

Method on_suspend

implementation/routing/src/routing_manager_client.cpp:2272–2277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2270}
2271
2272void routing_manager_client::on_suspend() {
2273
2274 VSOMEIP_INFO_P << "Application 0x" << hex4(host_->get_client());
2275 std::scoped_lock its_lock(provider_mutex_);
2276 clear_remote_subscriptions(its_lock);
2277}
2278
2279void routing_manager_client::clear_remote_subscriptions(std::scoped_lock<std::mutex> const& _provider_lock) {
2280

Callers

nothing calls this directly

Calls 2

hex4Function · 0.85
get_clientMethod · 0.45

Tested by

no test coverage detected