Searched refs:ReceiveInfo (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.h | 40 struct ReceiveInfo { struct 49 std::vector<std::pair<int, std::shared_ptr<ReceiveInfo>>> wds; 165 std::shared_ptr<ReceiveInfo> receivedInfo, 169 static std::shared_ptr<ReceiveInfo> GetReceivedInfo(int wd, std::shared_ptr<JsCallbackObject> callback);
|
H A D | copy.cpp | 311 auto receiveInfo = CreateSharedPtr<ReceiveInfo>(); in CopySubDir() 496 auto receiveInfo = CreateSharedPtr<ReceiveInfo>(); in SubscribeLocalListener() 641 std::shared_ptr<ReceiveInfo> Copy::GetReceivedInfo(int wd, std::shared_ptr<JsCallbackObject> callback) in GetReceivedInfo() 658 std::shared_ptr<ReceiveInfo> receivedInfo, in UpdateProgressSize()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy.h | 45 struct ReceiveInfo { struct 55 std::vector<std::pair<int, std::shared_ptr<ReceiveInfo>>> wds; 136 std::shared_ptr<ReceiveInfo> receivedInfo, 165 static std::shared_ptr<ReceiveInfo> GetReceivedInfo(int wd, std::shared_ptr<CjCallbackObject> callback);
|
H A D | copy.cpp | 184 std::shared_ptr<ReceiveInfo> receivedInfo, std::shared_ptr<CjCallbackObject> callback) in UpdateProgressSize() 247 auto receiveInfo = FileManagement::CreateSharedPtr<ReceiveInfo>(); in CopySubDir() 411 std::shared_ptr<ReceiveInfo> CopyImpl::GetReceivedInfo(int wd, std::shared_ptr<CjCallbackObject> callback) in GetReceivedInfo() 682 auto receiveInfo = FileManagement::CreateSharedPtr<ReceiveInfo>(); in SubscribeLocalListener()
|
Completed in 4 milliseconds