Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp108 std::lock_guard<std::mutex> autoLock(commomEventLock_); in InitCommonEventState()
119 std::lock_guard<std::mutex> autoLock(commomEventLock_); in InitCommonEventState()
140 std::lock_guard<std::mutex> autoLock(commomEventLock_); in Init()
164 std::lock_guard<std::mutex> autoLock(commomEventLock_); in AddSkillsEvent()
179 std::lock_guard<std::mutex> autoLock(commomEventLock_); in CleanFailedEventLocked()
497 std::lock_guard<std::mutex> autoLock(commomEventLock_); in AddCommonEventName()
524 std::lock_guard<std::mutex> autoLock(commomEventLock_); in RemoveUnusedEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h66 std::mutex commomEventLock_; variable