Home
last modified time | relevance | path

Searched refs:watchMutex_ (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_service_death_notifier.cpp57 std::lock_guard<std::mutex> lg(instance.watchMutex_); in GetDistributedKvDataService()
110 std::lock_guard<std::mutex> lg(instance.watchMutex_); in AddServiceDeathWatcher()
122 std::lock_guard<std::mutex> lg(instance.watchMutex_); in RemoveServiceDeathWatcher()
137 std::lock_guard<std::mutex> lg(instance.watchMutex_); in OnRemoteDied()
H A Dkvstore_service_death_notifier.h61 std::mutex watchMutex_; member in OHOS::DistributedKv::final
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_object_wrapper.cpp28 std::unique_lock<std::shared_mutex> cacheLock(watchMutex_); in ~JSObjectWrapper()
42 std::unique_lock<std::shared_mutex> cacheLock(watchMutex_); in AddWatch()
55 std::unique_lock<std::shared_mutex> cacheLock(watchMutex_); in DeleteWatch()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp28 mutex FileWatcherManager::watchMutex_;
104 lock_guard<mutex> lock(watchMutex_); in StartNotify()
197 lock_guard<mutex> lock(watchMutex_); in NotifyEvent()
261 unique_lock<mutex> lock(watchMutex_); in StopNotify()
H A Dwatcher_impl.h91 static std::mutex watchMutex_; member in OHOS::CJSystemapi::FileWatcherManager
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp31 mutex FileWatcher::watchMutex_;
73 lock_guard<mutex> lock(watchMutex_); in StartNotify()
142 unique_lock<mutex> lock(watchMutex_); in StopNotify()
252 lock_guard<mutex> lock(watchMutex_); in NotifyEvent()
H A Dwatcher_entity.h70 static std::mutex watchMutex_; member in OHOS::FileManagement::ModuleFileIO::FileWatcher
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_object_wrapper.h44 std::shared_mutex watchMutex_{};

Completed in 3 milliseconds