Home
last modified time | relevance | path

Searched refs:FileEvent (Results 1 - 25 of 27) sorted by relevance

12

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c64 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 Dsoftbus_file_send_listener_test.cpp78 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 Dsoftbus_asset_send_listener_test.cpp72 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 Dsoftbus_asset_recv_listener_test.cpp74 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 Dsoftbus_file_receive_listener_test.cpp114 FileEvent event = {.type = FILE_EVENT_RECV_START, in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/include/
H A Dclient_trans_file_listener.h26 typedef void (*SocketFileCallbackFunc)(int32_t socket, FileEvent *event);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_asset_send_listener.h32 static void OnFile(int32_t socket, FileEvent *event);
H A Dsoftbus_file_send_listener.h29 static void OnFile(int32_t socket, FileEvent *event);
H A Dsoftbus_file_receive_listener.h30 static void OnFile(int32_t socket, FileEvent *event);
H A Dsoftbus_asset_recv_listener.h33 static void OnFile(int32_t socket, FileEvent *event);
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h158 } FileEvent; typedef
H A Dsocket.h147 void (*OnFile)(int32_t socket, FileEvent *event);
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp197 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 Dsocket.h153 void (*OnFile)(int32_t socket, FileEvent *event);
H A Dtrans_type.h200 } FileEvent; typedef
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_send_listener.cpp29 void SoftBusFileSendListener::OnFile(int32_t socket, FileEvent *event) in OnFile()
H A Dsoftbus_asset_send_listener.cpp28 void SoftBusAssetSendListener::OnFile(int32_t socket, FileEvent *event) in OnFile()
H A Dsoftbus_file_receive_listener.cpp33 void SoftBusFileReceiveListener::OnFile(int32_t socket, FileEvent *event) in OnFile()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/bind_fuzzer/
H A Dbind_fuzzer.cpp57 static void OnFileFuzzTest(int32_t socket, FileEvent *event) in OnFileFuzzTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/listen_fuzzer/
H A Dlisten_fuzzer.cpp57 static void OnFileFuzzTest(int32_t socket, FileEvent *event) in OnFileFuzzTest()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsoftbus_adapter.h49 static void OnFile(int32_t socket, FileEvent *event);
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c68 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 Ddsoftbus_interface.h1200 } FileEvent; typedef
1216 void (*OnFile)(int32_t socket, FileEvent *event);
/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp90 void OnFile(int32_t socket, FileEvent *event) in OnFile()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp203 void OnFile(int32_t socket, FileEvent *event) in OnFile()

Completed in 19 milliseconds

12