Searched refs:FileInfos (Results 1 – 4 of 4) sorted by relevance
79 struct FileInfos { struct96 bool operator==(const FileInfos &infos) const argument100 bool operator<(const FileInfos &infos) const111 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 …]
60 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 …]
44 std::shared_ptr<FileInfos> fileInfos,
103 std::shared_ptr<FileInfos> fileInfos, std::shared_ptr<JsCallbackObject> callback) in CopyFileFromSoftBus()