Home
last modified time | relevance | path

Searched refs:watcherMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp56 std::lock_guard<std::mutex> lock(watcherMutex_); in AddRemoteWatcher()
74 std::lock_guard<std::mutex> lock(watcherMutex_); in DelRemoteWatcher()
92 std::lock_guard<std::mutex> lock(watcherMutex_); in AddWatcher()
118 std::lock_guard<std::mutex> lock(watcherMutex_); in DelWatcher()
140 std::lock_guard<std::mutex> lock(watcherMutex_); in RefreshWatcher()
216 std::lock_guard<std::mutex> lock(watcherMutex_); in ProcessWatcherMessage()
379 std::lock_guard<std::mutex> lock(watcherMutex_); in OnStop()
391 std::lock_guard<std::mutex> lock(watcherMutex_); in OnRemoteDied()
464 std::lock_guard<std::mutex> lock(watcherMutex_); in DumpAllGroup()
511 std::lock_guard<std::mutex> lock(watcherMutex_); in Dump()
[all …]
H A Dwatcher_manager.h120 std::mutex watcherMutex_; variable
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_storage_engine.cpp82 std::lock_guard<std::mutex> lock(watcherMutex_); in OnComplete()
355 std::lock_guard<std::mutex> lock(watcherMutex_); in SetStatusNotifier()
382 std::lock_guard<std::mutex> lock(watcherMutex_); in SetStatusNotifier()
439 std::lock_guard<std::mutex> lock(watcherMutex_); in NotifyStatus()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dflat_object_storage_engine.h54 std::mutex watcherMutex_{};