Home
last modified time | relevance | path

Searched refs:GetReceivedInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.h169 static std::shared_ptr<ReceiveInfo> GetReceivedInfo(int wd, std::shared_ptr<JsCallbackObject> callback);
H A Dcopy.cpp641 std::shared_ptr<ReceiveInfo> Copy::GetReceivedInfo(int wd, std::shared_ptr<JsCallbackObject> callback) in GetReceivedInfo() function in OHOS::FileManagement::ModuleFileIO::Copy
704 auto receivedInfo = GetReceivedInfo(event->wd, callback); in HandleProgress()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.h165 static std::shared_ptr<ReceiveInfo> GetReceivedInfo(int wd, std::shared_ptr<CjCallbackObject> callback);
H A Dcopy.cpp411 std::shared_ptr<ReceiveInfo> CopyImpl::GetReceivedInfo(int wd, std::shared_ptr<CjCallbackObject> callback) in GetReceivedInfo() function in OHOS::CJSystemapi::CopyImpl
464 auto receivedInfo = GetReceivedInfo(event->wd, callback); in HandleProgress()

Completed in 5 milliseconds