Home
last modified time | relevance | path

Searched refs:local_endpoint_mutex_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dendpoint_manager_base.cpp29 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in create_local()
40 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in remove_local()
46 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in find_or_create_local()
56 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in find_local()
67 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in get_connected_clients()
157 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in get_local_endpoints()
167 std::lock_guard<std::mutex> its_lock(local_endpoint_mutex_); in log_client_states()
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/include/
Dendpoint_manager_base.hpp77 mutable std::mutex local_endpoint_mutex_; member in vsomeip_v3::endpoint_manager_base