Home
last modified time | relevance | path

Searched refs:serviceMutex_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dmodule_update_kits_impl.h66 std::mutex serviceMutex_; variable
H A Dsys_installer_kits_impl.h69 std::mutex serviceMutex_; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp106 std::lock_guard<std::mutex> lock(serviceMutex_); in OnSystemStateChange()
141 std::mutex serviceMutex_; member
H A Dbluetooth_avrcp_ct_server.cpp285 std::lock_guard<std::mutex> lock(serviceMutex_); in OnSystemStateChange()
748 std::mutex serviceMutex_; member
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_kits_impl.cpp172 std::unique_lock<std::mutex> callbackLock(serviceMutex_); in Init()
H A Dsys_installer_kits_impl.cpp127 std::unique_lock<std::mutex> callbackLock(serviceMutex_); in Init()