Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect.h71 std::mutex persitenceTimedEventSetLock_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect.cpp338 std::lock_guard<std::mutex> autoLock(persitenceTimedEventSetLock_); in AddCollectEvent()