Home
last modified time | relevance | path

Searched refs:remoteMutex_ (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_test_util.cpp82 std::mutex DistributedSchedUtil::remoteMutex_; member in OHOS::DistributedSchedule::DistributedSchedUtil
152 std::unique_lock<std::mutex> lock(remoteMutex_); in LoadDistributedSchedService()
179 std::lock_guard<std::mutex> lock(remoteMutex_); in LoadSystemAbilitySuccessNotify()
186 std::lock_guard<std::mutex> lock(remoteMutex_); in LoadSystemAbilityFailNotify()
H A Ddistributed_sched_test_util.h41 static std::mutex remoteMutex_; member in OHOS::DistributedSchedule::DistributedSchedUtil
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_service.cpp96 std::lock_guard<std::mutex> autoLock(remoteMutex_); in OnIdle()
198 std::lock_guard<std::mutex> autoLock(remoteMutex_); in AddClientDeathRecipient()
211 std::lock_guard<std::mutex> autoLock(remoteMutex_); in RemoveClientDeathRecipient()
230 std::lock_guard<std::mutex> autoLock(remoteMutex_); in RemoveALLClientDeathRecipient()
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_service.h87 std::mutex remoteMutex_; member in OHOS::NetManagerStandard::MDnsService
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h310 std::mutex remoteMutex_; member in OHOS::NetManagerStandard::NetworkVpnService
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp1392 std::lock_guard<std::mutex> autoLock(remoteMutex_); in AddClientDeathRecipient()
1417 std::lock_guard<std::mutex> autoLock(remoteMutex_); in RemoveClientDeathRecipient()
1432 std::lock_guard<std::mutex> autoLock(remoteMutex_); in RemoveALLClientDeathRecipient()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h583 std::mutex remoteMutex_; member in OHOS::NetManagerStandard::NetConnService
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2682 std::lock_guard<std::mutex> autoLock(remoteMutex_); in RemoveClientDeathRecipient()
2696 std::lock_guard<std::mutex> autoLock(remoteMutex_); in AddClientDeathRecipient()
2719 std::lock_guard<std::mutex> autoLock(remoteMutex_); in RemoveALLClientDeathRecipient()

Completed in 10 milliseconds