Home
last modified time | relevance | path

Searched refs:CloseNotifyFd (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp195 int WatcherImpl::CloseNotifyFd() in CloseNotifyFd() function in OHOS::CJSystemapi::WatcherImpl
226 CloseNotifyFd(); in StopNotify()
231 return CloseNotifyFd(); in StopNotify()
H A Dwatcher_impl.h68 int CloseNotifyFd();
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp117 int FileWatcher::CloseNotifyFd() in CloseNotifyFd() function in OHOS::FileManagement::ModuleFileIO::FileWatcher
157 CloseNotifyFd(); in StopNotify()
162 return CloseNotifyFd(); in StopNotify()
H A Dwatcher_entity.h66 int CloseNotifyFd();
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp485 CloseNotifyFd(infos, callback); in SubscribeLocalListener()
492 CloseNotifyFd(infos, callback); in SubscribeLocalListener()
682 void Copy::CloseNotifyFd(std::shared_ptr<FileInfos> infos, std::shared_ptr<JsCallbackObject> callba… in CloseNotifyFd() function in OHOS::FileManagement::ModuleFileIO::Copy
908 CloseNotifyFd(infos, callback); in Async()
H A Dcopy.h149 …static void CloseNotifyFd(std::shared_ptr<FileInfos> infos, std::shared_ptr<JsCallbackObject> call…