Home
last modified time | relevance | path

Searched refs:NotifySocketSendResult (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp930 NotifySocketSendResult(socket, DFILE_ON_TRANS_IN_PROGRESS, &msgData, &listener);
931 NotifySocketSendResult(socket, DFILE_ON_FILE_SEND_SUCCESS, &msgData, &listener);
932 NotifySocketSendResult(socket, DFILE_ON_FILE_SEND_FAIL, &msgData, &listener);
933 NotifySocketSendResult(socket, DFILE_ON_CLEAR_POLICY_FILE_LIST, &msgData, &listener);
934 NotifySocketSendResult(socket, DFILE_ON_CONNECT_FAIL, &msgData, &listener);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c161 static void NotifySocketSendResult( in NotifySocketSendResult() function
254 NotifySocketSendResult(udpChannel.sessionId, msgType, msgData, &fileListener); in FileSendListener()
273 NotifySocketSendResult(sessionId, msgType, msgData, &fileListener); in FileSendListener()