Home
last modified time | relevance | path

Searched refs:DFILE_ON_FILE_SEND_SUCCESS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h71 DFILE_ON_FILE_SEND_SUCCESS, enumerator
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c42 case DFILE_ON_FILE_SEND_SUCCESS: in NotifySendResult()
170 case DFILE_ON_FILE_SEND_SUCCESS: in NotifySocketSendResult()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp469 msgType = DFILE_ON_FILE_SEND_SUCCESS;
931 NotifySocketSendResult(socket, DFILE_ON_FILE_SEND_SUCCESS, &msgData, &listener);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c360 NotifyMsgRecver(session, DFILE_ON_FILE_SEND_SUCCESS, msg); in DTransMsgReceiver()