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

Method remove_pending_requests

implementation/routing/src/routing_manager_impl.cpp:3729–3733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3727}
3728
3729void routing_manager_impl::remove_pending_requests(pending_request_removal_type_e _removal_type, client_t _client, service_t _service,
3730 instance_t _instance) {
3731 std::scoped_lock its_lock{services_state_mutex_};
3732 remove_pending_requests_unlocked(_removal_type, _client, _service, _instance);
3733}
3734
3735void routing_manager_impl::remove_pending_requests_unlocked(pending_request_removal_type_e _removal_type, client_t _client,
3736 service_t _service, instance_t _instance) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected