Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/notify/
H A Ddevice_manager_notify.h137 std::mutex bindLock_; variable
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp789 std::lock_guard<std::mutex> autoLock(bindLock_); in RegisterBindCallback()
821 std::lock_guard<std::mutex> autoLock(bindLock_); in OnBindResult()