Searched refs:bytesProcessed (Results 1 - 13 of 13) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_file_send_listener_test.cpp | 80 .bytesProcessed = 0, in HWTEST_F() 114 .bytesProcessed = 0, in HWTEST_F() 141 .bytesProcessed = 0, in HWTEST_F() 167 .bytesProcessed = 0, in HWTEST_F()
|
H A D | softbus_asset_send_listener_test.cpp | 74 .bytesProcessed = 0, in HWTEST_F() 108 .bytesProcessed = 0, in HWTEST_F() 142 .bytesProcessed = 0, in HWTEST_F()
|
H A D | softbus_asset_recv_listener_test.cpp | 76 .bytesProcessed = 0, in HWTEST_F() 108 .bytesProcessed = 0, in HWTEST_F() 139 .bytesProcessed = 0, in HWTEST_F() 165 .bytesProcessed = 0, in HWTEST_F()
|
H A D | softbus_file_receive_listener_test.cpp | 116 .bytesProcessed = 0, in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 155 uint64_t bytesProcessed; /**< Send or receive bytes of the files*/ member
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_file_send_listener.cpp | 37 OnSendFileProcess(socket, event->bytesProcessed, event->bytesTotal); in OnFile()
|
H A D | softbus_file_receive_listener.cpp | 44 OnReceiveFileProcess(socket, event->bytesProcessed, event->bytesTotal); in OnFile()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_proxy_file_manager.h | 104 uint64_t bytesProcessed; member
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | trans_type.h | 193 uint64_t bytesProcessed; /**< Send or receive bytes of the files*/ member
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_manager.c | 602 .bytesProcessed = sendInfo->totalInfo.bytesProcessed, in HandleSendProgress() 641 sendInfo->totalInfo.bytesProcessed += (uint64_t)len; in FileToFrame() 808 totalInfo->bytesProcessed = 0; in CalcAllFilesInfo() 853 .bytesProcessed = sendInfo->totalInfo.bytesProcessed, in ProxyStartSendFile() 970 .bytesProcessed = 0, in HandleFileSendingProcess() 1150 .bytesProcessed = 0, in UpdateFileReceivePath() 1339 .bytesProcessed = file->fileSize, in HandleFileTransferCompletion() 1560 .bytesProcessed in UpdateFileReceptionStatus() [all...] |
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
H A D | client_trans_file.c | 185 event.bytesProcessed = msgData->transferUpdate.bytesTransferred; in NotifySocketSendResult() 344 event.bytesProcessed = msgData->transferUpdate.bytesTransferred; in NotifySocketRecvResult()
|
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 1193 uint64_t bytesProcessed; /**< Send or receive bytes of the files*/ member
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 1792 .bytesProcessed = 0, in HWTEST_F()
|
Completed in 15 milliseconds