Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp76 std::unique_lock<std::shared_mutex> writeLock(saProfilesLock_); in FilterOnDemandSaProfiles()
120 std::shared_lock<std::shared_mutex> readLock(saProfilesLock_); in GetSaControlListByEvent()
406 std::shared_lock<std::shared_mutex> readLock(saProfilesLock_); in GetOnDemandEvents()
546 std::unique_lock<std::shared_mutex> writeLock(saProfilesLock_); in UpdateOnDemandEvents()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_status_collect_manager.h74 std::shared_mutex saProfilesLock_; variable