Searched refs:AddWatcherInfo (Results 1 – 6 of 6) sorted by relevance
60 bool AddWatcherInfo(const std::string &fileName, std::shared_ptr<WatcherInfoArg> arg);
211 bool FileWatcher::AddWatcherInfo(const string &fileName, shared_ptr<WatcherInfoArg> arg) in AddWatcherInfo() function in OHOS::FileManagement::ModuleFileIO::FileWatcher
57 bool AddWatcherInfo(const std::string &fileName, std::shared_ptr<WatcherInfoArg> arg);
57 bool WatcherImpl::AddWatcherInfo(const string &fileName, shared_ptr<WatcherInfoArg> arg) in AddWatcherInfo() function in OHOS::CJSystemapi::WatcherImpl
1245 bool ret = watcherImpl->AddWatcherInfo(infoArg->fileName, infoArg); in CreateWatcher()
112 bool ret = FileWatcher::GetInstance().AddWatcherInfo(infoArg->fileName, infoArg); in CreateWatcher()