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

Method find_local_client

implementation/routing/src/routing_manager_client.cpp:2459–2462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2457}
2458
2459client_t routing_manager_client::find_local_client(service_t _service, instance_t _instance) const {
2460 std::scoped_lock its_lock(consumer_mutex_);
2461 return available_services_.find_client(_service, _instance);
2462}
2463
2464bool routing_manager_client::is_response_allowed(client_t _sender, service_t _service, instance_t _instance, method_t _method) {
2465

Callers 1

unsubscribeMethod · 0.45

Calls 1

find_clientMethod · 0.45

Tested by

no test coverage detected