Searched refs:NotifyToWatchNewEvents (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/ |
H A D | watcher_entity.h | 67 int NotifyToWatchNewEvents(const std::string &fileName, const int &wd, const uint32_t &watchEvents);
|
H A D | watcher_entity.cpp | 101 int FileWatcher::NotifyToWatchNewEvents(const string &fileName, const int &wd, const uint32_t &watchEvents) in NotifyToWatchNewEvents() function in OHOS::FileManagement::ModuleFileIO::FileWatcher 150 return NotifyToWatchNewEvents(arg->fileName, arg->wd, newEvents); in StopNotify()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | watcher_impl.h | 88 int NotifyToWatchNewEvents(const std::string &fileName, const int &wd, const uint32_t &watchEvents);
|
H A D | watcher_impl.cpp | 131 int FileWatcherManager::NotifyToWatchNewEvents(const string &fileName, const int &wd, const uint32_t &watchEvents) in NotifyToWatchNewEvents() function in OHOS::CJSystemapi::FileWatcherManager 269 return NotifyToWatchNewEvents(arg->fileName, arg->wd, newEvents); in StopNotify()
|
Completed in 3 milliseconds