Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.h60 bool AddWatcherInfo(const std::string &fileName, std::shared_ptr<WatcherInfoArg> arg);
H A Dwatcher_entity.cpp211 bool FileWatcher::AddWatcherInfo(const string &fileName, shared_ptr<WatcherInfoArg> arg) in AddWatcherInfo() function in OHOS::FileManagement::ModuleFileIO::FileWatcher
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.h57 bool AddWatcherInfo(const std::string &fileName, std::shared_ptr<WatcherInfoArg> arg);
H A Dwatcher_impl.cpp57 bool WatcherImpl::AddWatcherInfo(const string &fileName, shared_ptr<WatcherInfoArg> arg) in AddWatcherInfo() function in OHOS::CJSystemapi::WatcherImpl
H A Dfile_fs_impl.cpp1245 bool ret = watcherImpl->AddWatcherInfo(infoArg->fileName, infoArg); in CreateWatcher()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dwatcher.cpp112 bool ret = FileWatcher::GetInstance().AddWatcherInfo(infoArg->fileName, infoArg); in CreateWatcher()