| 2270 | } |
| 2271 | |
| 2272 | void 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 | |
| 2279 | void routing_manager_client::clear_remote_subscriptions(std::scoped_lock<std::mutex> const& _provider_lock) { |
| 2280 |
nothing calls this directly
no test coverage detected