Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp78 std::mutex g_deviceStateCallbackMapMutex; variable
1322 std::lock_guard<std::mutex> autoLock(g_deviceStateCallbackMapMutex); in RegisterDevStateCallback()
1385 std::lock_guard<std::mutex> autoLock(g_deviceStateCallbackMapMutex); in CreateDmCallback()
1435 std::lock_guard<std::mutex> autoLock(g_deviceStateCallbackMapMutex); in ReleaseDmCallback()
1448 std::lock_guard<std::mutex> autoLock(g_deviceStateCallbackMapMutex); in ReleaseDmCallback()
2852 std::lock_guard<std::mutex> autoLock(g_deviceStateCallbackMapMutex); in ClearBundleCallbacks()