Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c52 case DFILE_ON_TRANS_IN_PROGRESS: in NotifySendResult()
167 case DFILE_ON_TRANS_IN_PROGRESS: in NotifySocketSendResult()
305 case DFILE_ON_TRANS_IN_PROGRESS: in NotifyRecvResult()
326 case DFILE_ON_TRANS_IN_PROGRESS: in NotifySocketRecvResult()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp475 msgType = DFILE_ON_TRANS_IN_PROGRESS;
522 msgType = DFILE_ON_TRANS_IN_PROGRESS;
930 NotifySocketSendResult(socket, DFILE_ON_TRANS_IN_PROGRESS, &msgData, &listener);
937 NotifySocketRecvResult(socket, DFILE_ON_TRANS_IN_PROGRESS, &msgData, &listener);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h75 DFILE_ON_TRANS_IN_PROGRESS, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c254 NotifyMsgRecver(session, DFILE_ON_TRANS_IN_PROGRESS, msg); in UpdateMsgProcessInfo()
366 NotifyMsgRecver(session, DFILE_ON_TRANS_IN_PROGRESS, msg); in DTransMsgReceiver()