Home
last modified time | relevance | path

Searched refs:FileInfos (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.h79 struct FileInfos { struct
96 bool operator==(const FileInfos &infos) const argument
100 bool operator<(const FileInfos &infos) const
111 std::shared_ptr<FileInfos> fileInfos;
125 static void UnregisterListener(std::shared_ptr<FileInfos> fileInfos);
140 static void ReadNotifyEvent(std::shared_ptr<FileInfos> infos);
143 static void OnFileReceive(std::shared_ptr<FileInfos> infos);
144 static void GetNotifyEvent(std::shared_ptr<FileInfos> infos);
146 static uv_work_t *GetUVwork(std::shared_ptr<FileInfos> infos);
159 static tuple<int, std::shared_ptr<FileInfos>> CreateFileInfos(
[all …]
H A Dcopy.cpp60 std::map<FileInfos, std::shared_ptr<JsCallbackObject>> Copy::jsCbMap_;
94 std::shared_ptr<FileInfos> infos) in SendFileCore()
525 void Copy::UnregisterListener(std::shared_ptr<FileInfos> infos) in UnregisterListener()
585 uv_work_t *Copy::GetUVwork(std::shared_ptr<FileInfos> infos) in GetUVwork()
615 void Copy::OnFileReceive(std::shared_ptr<FileInfos> infos) in OnFileReceive()
719 void Copy::ReadNotifyEvent(std::shared_ptr<FileInfos> infos) in ReadNotifyEvent()
751 void Copy::GetNotifyEvent(std::shared_ptr<FileInfos> infos) in GetNotifyEvent()
784 tuple<int, std::shared_ptr<FileInfos>> Copy::CreateFileInfos( in CreateFileInfos()
787 auto infos = CreateSharedPtr<FileInfos>(); in CreateFileInfos()
826 int Copy::ExecCopy(std::shared_ptr<FileInfos> infos) in ExecCopy()
[all …]
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H A Dtrans_listener.h44 std::shared_ptr<FileInfos> fileInfos,
H A Dtrans_listener.cpp103 std::shared_ptr<FileInfos> fileInfos, std::shared_ptr<JsCallbackObject> callback) in CopyFileFromSoftBus()