Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h67 std::mutex commonEventSubscriberLock_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp185 std::lock_guard<std::mutex> autoLock(commonEventSubscriberLock_); in CreateCommonEventSubscriber()
509 std::lock_guard<std::mutex> autoLock(commonEventSubscriberLock_); in AddCollectEvent()