Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp55 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in RemoveWhiteCommonEvent()
123 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in InitCommonEventState()
134 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in Init()
250 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in SaveAction()
276 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in CheckCondition()
376 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in SaveOnDemandConditionExtraData()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h73 std::mutex commonEventStateLock_; variable