/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
H A D | client_trans_file.c | 64 static void FillFileStatusList(const DFileMsg *msgData, FileEvent *event) in FillFileStatusList() 112 static void FreeFileStatusList(FileEvent *event) in FreeFileStatusList() 131 static void FillFileEventErrorCode(const DFileMsg *msgData, FileEvent *event) in FillFileEventErrorCode() 164 FileEvent event; in NotifySocketSendResult() 165 (void)memset_s(&event, sizeof(FileEvent), 0, sizeof(FileEvent)); in NotifySocketSendResult() 213 FileEvent event; in FileSendErrorEvent() 214 (void)memset_s(&event, sizeof(FileEvent), 0, sizeof(FileEvent)); in FileSendErrorEvent() 320 FileEvent even in NotifySocketRecvResult() [all...] |
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_file_send_listener_test.cpp | 78 FileEvent event = {.type = FILE_EVENT_SEND_PROCESS, in HWTEST_F() 112 FileEvent event = {.type = FILE_EVENT_SEND_FINISH, in HWTEST_F() 139 FileEvent event = {.type = FILE_EVENT_SEND_ERROR, in HWTEST_F() 165 FileEvent event = {.type = FILE_EVENT_BUTT, in HWTEST_F()
|
H A D | softbus_asset_send_listener_test.cpp | 72 FileEvent event = {.type = FILE_EVENT_SEND_FINISH, in HWTEST_F() 106 FileEvent event = {.type = FILE_EVENT_SEND_ERROR, in HWTEST_F() 140 FileEvent event = {.type = FILE_EVENT_RECV_START, in HWTEST_F()
|
H A D | softbus_asset_recv_listener_test.cpp | 74 FileEvent event = {.type = FILE_EVENT_RECV_START, in HWTEST_F() 106 FileEvent event = {.type = FILE_EVENT_RECV_FINISH, in HWTEST_F() 137 FileEvent event = {.type = FILE_EVENT_RECV_ERROR, in HWTEST_F() 163 FileEvent event = {.type = FILE_EVENT_RECV_UPDATE_PATH, in HWTEST_F()
|
H A D | softbus_file_receive_listener_test.cpp | 114 FileEvent event = {.type = FILE_EVENT_RECV_START, in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/include/ |
H A D | client_trans_file_listener.h | 26 typedef void (*SocketFileCallbackFunc)(int32_t socket, FileEvent *event);
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/ |
H A D | softbus_asset_send_listener.h | 32 static void OnFile(int32_t socket, FileEvent *event);
|
H A D | softbus_file_send_listener.h | 29 static void OnFile(int32_t socket, FileEvent *event);
|
H A D | softbus_file_receive_listener.h | 30 static void OnFile(int32_t socket, FileEvent *event);
|
H A D | softbus_asset_recv_listener.h | 33 static void OnFile(int32_t socket, FileEvent *event);
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 158 } FileEvent; typedef
|
H A D | socket.h | 147 void (*OnFile)(int32_t socket, FileEvent *event);
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/ |
H A D | trans_sdk_file_test.cpp | 197 static void SocketFileCallbackFuncTest(int32_t socket, FileEvent *event) in SocketFileCallbackFuncTest() 886 FileEvent event; in HWTEST_F() 906 FileEvent *event2 = nullptr; in HWTEST_F() 918 FileEvent event; in HWTEST_F() 938 FileEvent event; in HWTEST_F() 971 FileEvent event; in HWTEST_F() 994 FileEvent event; in HWTEST_F() 1018 void MockSocketSendCallback(int32_t socket, FileEvent *event) in MockSocketSendCallback() 1024 void MockSocketRecvCallback(int32_t socket, FileEvent *event) in MockSocketRecvCallback() 1081 FileEvent even in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | socket.h | 153 void (*OnFile)(int32_t socket, FileEvent *event);
|
H A D | trans_type.h | 200 } FileEvent; typedef
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_file_send_listener.cpp | 29 void SoftBusFileSendListener::OnFile(int32_t socket, FileEvent *event) in OnFile()
|
H A D | softbus_asset_send_listener.cpp | 28 void SoftBusAssetSendListener::OnFile(int32_t socket, FileEvent *event) in OnFile()
|
H A D | softbus_file_receive_listener.cpp | 33 void SoftBusFileReceiveListener::OnFile(int32_t socket, FileEvent *event) in OnFile()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/bind_fuzzer/ |
H A D | bind_fuzzer.cpp | 57 static void OnFileFuzzTest(int32_t socket, FileEvent *event) in OnFileFuzzTest()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/listen_fuzzer/ |
H A D | listen_fuzzer.cpp | 57 static void OnFileFuzzTest(int32_t socket, FileEvent *event) in OnFileFuzzTest()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/ |
H A D | softbus_adapter.h | 49 static void OnFile(int32_t socket, FileEvent *event);
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_manager.c | 68 FileEvent event = { .type = FILE_EVENT_RECV_ERROR }; in ClearRecipientResources() 598 FileEvent event = { in HandleSendProgress() 849 FileEvent event = { in ProxyStartSendFile() 966 FileEvent event = { in HandleFileSendingProcess() 1146 FileEvent event = { in UpdateFileReceivePath() 1335 FileEvent event = { in HandleFileTransferCompletion() 1385 FileEvent event = { .type = FILE_EVENT_RECV_ERROR }; in CreateFileFromFrame() 1556 FileEvent event = { in UpdateFileReceptionStatus() 1617 FileEvent event = { .type = FILE_EVENT_RECV_ERROR }; in WriteFrameToFile() 1635 FileEvent even in NotifyRecipientReceiveStateAndCallback() [all...] |
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 1200 } FileEvent; typedef 1216 void (*OnFile)(int32_t socket, FileEvent *event);
|
/foundation/distributedhardware/distributed_input/services/transportbase/src/ |
H A D | distributed_input_transport_base.cpp | 90 void OnFile(int32_t socket, FileEvent *event) in OnFile()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
H A D | dh_transport.cpp | 203 void OnFile(int32_t socket, FileEvent *event) in OnFile()
|