Searched refs:CloseNotifyFd (Results 1 - 8 of 8) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | watcher_impl.cpp | 239 int FileWatcherManager::CloseNotifyFd() in CloseNotifyFd() function in OHOS::CJSystemapi::FileWatcherManager 279 CloseNotifyFd(); in StopNotify() 284 return CloseNotifyFd(); in StopNotify()
|
H A D | watcher_impl.h | 87 int CloseNotifyFd();
|
H A D | copy.cpp | 629 CloseNotifyFd(infos, callback); in DoCopy() 679 CloseNotifyFd(infos, callback); in SubscribeLocalListener() 686 CloseNotifyFd(infos, callback); in SubscribeLocalListener() 702 void CopyImpl::CloseNotifyFd(std::shared_ptr<FileInfos>& infos, std::shared_ptr<CjCallbackObject>& callback) in CloseNotifyFd() function in OHOS::CJSystemapi::CopyImpl
|
H A D | copy.h | 142 static void CloseNotifyFd(std::shared_ptr<FileInfos>& infos, std::shared_ptr<CjCallbackObject>& callback);
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/ |
H A D | watcher_entity.cpp | 117 int FileWatcher::CloseNotifyFd() in CloseNotifyFd() function in OHOS::FileManagement::ModuleFileIO::FileWatcher 160 CloseNotifyFd(); in StopNotify() 165 return CloseNotifyFd(); in StopNotify()
|
H A D | watcher_entity.h | 66 int CloseNotifyFd();
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.cpp | 493 CloseNotifyFd(infos, callback); in SubscribeLocalListener() 500 CloseNotifyFd(infos, callback); in SubscribeLocalListener() 691 void Copy::CloseNotifyFd(std::shared_ptr<FileInfos> infos, std::shared_ptr<JsCallbackObject> callback) in CloseNotifyFd() function in OHOS::FileManagement::ModuleFileIO::Copy 923 CloseNotifyFd(infos, callback); in Async()
|
H A D | copy.h | 149 static void CloseNotifyFd(std::shared_ptr<FileInfos> infos, std::shared_ptr<JsCallbackObject> callback);
|
Completed in 6 milliseconds