Home
last modified time | relevance | path

Searched defs:CWatchEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.h34 struct CWatchEvent { struct
43 std::function<void(CWatchEvent)> watchCallback_; argument
H A Dfile_fs_ffi.cpp540 RetDataI64 FfiOHOSFileFsCreateWatcher(char* path, uint32_t events, void (*callback)(CWatchEvent)) in FfiOHOSFileFsCreateWatcher()
H A Dfile_fs_impl.cpp1225 void (*callback)(CWatchEvent)) in CreateWatcher()