Home
last modified time | relevance | path

Searched refs:notifierLock_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_sync_handler.cpp46 std::lock_guard<std::mutex> autoLock(notifierLock_); in SyncCompleted()
64 std::lock_guard<std::mutex> autoLock(notifierLock_); in NotifySyncCompleted()
H A Dprofile_event_handler.cpp41 std::lock_guard<std::mutex> autoLock(notifierLock_); in Subscribe()
75 std::lock_guard<std::mutex> autoLock(notifierLock_); in Unsubscribe()
H A Dprofile_change_handler.cpp126 std::lock_guard<std::mutex> autoLock(notifierLock_); in OnChange()
157 std::lock_guard<std::mutex> autoLock(notifierLock_); in NotifyProfileChanged()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H A Dprofile_event_handler.h58 std::mutex notifierLock_; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h58 std::mutex notifierLock_; variable
H A Dobject_manager.cpp1098 std::lock_guard<std::mutex> lock(notifierLock_); in AddNotifier()
1108 std::lock_guard<std::mutex> lock(notifierLock_); in Process()
1124 std::lock_guard<std::mutex> lock(notifierLock_); in DeleteNotifier()