Home
last modified time | relevance | path

Searched defs:fileFrame (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
Dclient_trans_proxy_file_helper_mock_test.cpp108 FileFrame *fileFrame = reinterpret_cast<FileFrame*>(SoftBusCalloc(sizeof(FileFrame))); variable
156 FileFrame *fileFrame = reinterpret_cast<FileFrame*>(SoftBusCalloc(sizeof(FileFrame))); variable
192 FileFrame *fileFrame = reinterpret_cast<FileFrame*>(SoftBusCalloc(sizeof(FileFrame))); variable
243 FileFrame *fileFrame = reinterpret_cast<FileFrame*>(SoftBusCalloc(sizeof(FileFrame))); variable
Dclient_trans_proxy_file_manager_test.cpp295 FileFrame fileFrame; variable
366 FileFrame fileFrame; variable
558 FileFrame fileFrame = { variable
728 FileFrame fileFrame = { variable
772 FileFrame fileFrame = { variable
998 FileFrame fileFrame = { variable
1030 FileFrame fileFrame = { variable
1090 FileFrame fileFrame; variable
1739 FileFrame fileFrame = { variable
1881 FileFrame fileFrame = { variable
Dclient_trans_proxy_file_manager_mock_test.cpp128 FileFrame fileFrame = { variable
174 FileFrame fileFrame = { variable
377 FileFrame fileFrame = { variable
Dtrans_client_proxy_file_manager_mock_test.cpp516 FileFrame *fileFrame = reinterpret_cast<FileFrame *>(SoftBusCalloc(sizeof(FileFrame))); variable
700 FileFrame *fileFrame = reinterpret_cast<FileFrame *>(SoftBusCalloc(sizeof(FileFrame))); variable
738 FileFrame *fileFrame = reinterpret_cast<FileFrame *>(SoftBusCalloc(sizeof(FileFrame))); variable
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
Dclient_trans_proxy_file_helper.c142 int64_t PackReadFileData(FileFrame *fileFrame, uint64_t readLength, uint64_t fileOffset, SendListen… in PackReadFileData()
184FileFrame *fileFrame, uint32_t seq, uint64_t readLength, uint64_t fileOffset, const SendListenerIn… in PackReadFileRetransData()
216 int32_t UnpackFileDataFrame(FileRecipientInfo *info, FileFrame *fileFrame, uint32_t *fileDataLen) in UnpackFileDataFrame()
267 FileFrame fileFrame = { 0 }; in RetransFileFrameBySeq() local
Dclient_trans_proxy_file_manager.c261 FileFrame *fileFrame, const char *destFile, uint64_t fileSize, const SendListenerInfo *info) in PackFileTransStartInfo()
299 FileFrame *fileFrame, const FileRecipientInfo *info, SingleFileInfo *file, uint32_t packetSize) in UnpackFileTransStartInfo()
495 static int32_t SendOneFrame(const SendListenerInfo *sendInfo, const FileFrame *fileFrame) in SendOneFrame()
572 static int32_t UnpackFileCrcCheckSum(const FileRecipientInfo *info, FileFrame *fileFrame) in UnpackFileCrcCheckSum()
623 FileFrame fileFrame = { 0 }; in FileToFrame() local
1234const FileFrame *fileFrame, const FileRecipientInfo *info, SingleFileInfo *file, uint32_t packetSi… in GetFileInfoByStartFrame()
1359 …int32_t sessionId, int32_t channelId, const FileFrame *fileFrame, int32_t osType, uint32_t packetS… in CreateFileFromFrame()
1522const FileFrame *fileFrame, uint32_t dataLen, int32_t crc, SingleFileInfo *fileInfo, int32_t osTyp… in ProcessOneFrame()
1560 …SingleFileInfo *fileInfo, FileRecipientInfo *recipient, const FileFrame *fileFrame, int32_t sessio… in UpdateFileReceptionStatus()
1597 static int32_t WriteFrameToFile(int32_t sessionId, const FileFrame *fileFrame) in WriteFrameToFile()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/mock/
Dclient_trans_proxy_file_manager_mock.cpp162 int64_t PackReadFileData(FileFrame *fileFrame, uint64_t readLength, uint64_t fileOffset, SendListen… in PackReadFileData()