Home
last modified time | relevance | path

Searched refs:proxyLock_ (Results 1 – 4 of 4) sorted by relevance

/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp631 std::lock_guard<std::mutex> autoLock(proxyLock_); in GetProxy()
637 std::lock_guard<std::mutex> autoLock(proxyLock_); in SetProxy()
643 std::lock_guard<std::mutex> autoLock(proxyLock_); in ClearProxy()
/base/time/time_service/interfaces/inner_api/include/
Dtime_service_client.h394 std::mutex proxyLock_; variable
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_manager_client.h89 std::mutex proxyLock_; variable
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_manager_client.cpp51 std::lock_guard<std::mutex> lock(proxyLock_); in GetPrintServiceProxy()
76 std::lock_guard<std::mutex> lock(proxyLock_); in OnRemoteSaDied()