Searched refs:HandleProgress (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.h | 167 static tuple<bool, int, bool> HandleProgress(
|
H A D | copy.cpp | 698 tuple<bool, int, bool> Copy::HandleProgress( in HandleProgress() function in OHOS::FileManagement::ModuleFileIO::Copy 738 auto [needContinue, errCode, needSend] = HandleProgress(event, infos, callback); in ReadNotifyEvent()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy.h | 168 static std::tuple<bool, int, bool> HandleProgress(inotify_event *event,
|
H A D | copy.cpp | 458 std::tuple<bool, int, bool> CopyImpl::HandleProgress( in HandleProgress() function in OHOS::CJSystemapi::CopyImpl 498 auto [needContinue, errCode, needSend] = HandleProgress(event, infos, callback); in ReadNotifyEvent()
|
Completed in 5 milliseconds