Home
last modified time | relevance | path

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 Dwatcher_entity.h67 int NotifyToWatchNewEvents(const std::string &fileName, const int &wd, const uint32_t &watchEvents);
H A Dwatcher_entity.cpp101 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 Dwatcher_impl.h88 int NotifyToWatchNewEvents(const std::string &fileName, const int &wd, const uint32_t &watchEvents);
H A Dwatcher_impl.cpp131 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