Home
last modified time | relevance | path

Searched refs:CWatchEvent (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.h34 struct CWatchEvent { struct
44 std::function<void(CWatchEvent)> watchCallback_;
45 explicit WatcherInfoArg(void (*callback)(CWatchEvent)) in WatcherInfoArg()
80 void ReadNotifyEvent(std::function<void(CWatchEvent)> callback);
86 void NotifyEvent(const struct inotify_event *event, std::function<void(CWatchEvent)> callback);
H A Dwatcher_impl.cpp147 void FileWatcherManager::ReadNotifyEvent(std::function<void(CWatchEvent)> callback) in ReadNotifyEvent()
195 void FileWatcherManager::NotifyEvent(const struct inotify_event *event, std::function<void(CWatchEvent)> callback) in NotifyEvent()
219 CWatchEvent ret = { in NotifyEvent()
H A Dfile_fs_impl.h88 void (*callback)(CWatchEvent));
H A Dfile_fs_ffi.h69 void (*callback)(OHOS::CJSystemapi::CWatchEvent));
H A Dfile_fs_ffi.cpp594 RetDataI64 FfiOHOSFileFsCreateWatcher(char* path, uint32_t events, void (*callback)(CWatchEvent)) in FfiOHOSFileFsCreateWatcher()
H A Dfile_fs_impl.cpp1225 void (*callback)(CWatchEvent)) in CreateWatcher()

Completed in 5 milliseconds