Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_switch_collect.cpp156 std::lock_guard<std::mutex> autoLock(isListenEventLock_); in SubscribeSwitchEvent()
170 std::lock_guard<std::mutex> autoLock(isListenEventLock_); in UnSubscribeSwitchEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_switch_collect.h42 std::mutex isListenEventLock_; variable