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 D | trans_sdk_file_test.cpp | 930 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 D | client_trans_file.c | 161 static void NotifySocketSendResult( in NotifySocketSendResult() function 254 NotifySocketSendResult(udpChannel.sessionId, msgType, msgData, &fileListener); in FileSendListener() 273 NotifySocketSendResult(sessionId, msgType, msgData, &fileListener); in FileSendListener()
|