Home
last modified time | relevance | path

Searched refs:WatcherCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.h29 using WatcherCallback = void (*)(napi_env env, variable
58 void GetNotifyEvent(WatcherCallback callback);
59 void ReadNotifyEvent(WatcherCallback callback);
65 void NotifyEvent(const struct inotify_event *event, WatcherCallback callback);
H A Dwatcher_entity.cpp165 void FileWatcher::ReadNotifyEvent(WatcherCallback callback) in ReadNotifyEvent()
179 void FileWatcher::GetNotifyEvent(WatcherCallback callback) in GetNotifyEvent()
247 void FileWatcher::NotifyEvent(const struct inotify_event *event, WatcherCallback callback) in NotifyEvent()
H A Dwatcher_n_exporter.cpp104 FileWatcher::GetInstance().GetNotifyEvent(WatcherCallback); in Start()
165 void WatcherNExporter::WatcherCallback(napi_env env, NRef &callback, const std::string &fileName, in WatcherCallback() function in OHOS::FileManagement::ModuleFileIO::WatcherNExporter
H A Dwatcher_n_exporter.h47 …static void WatcherCallback(napi_env env, NRef &callback, const std::string &fileName, const uint3…