Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h69 DFILE_ON_FILE_RECEIVE_SUCCESS, enumerator
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c295 case DFILE_ON_FILE_RECEIVE_SUCCESS: in NotifyRecvResult()
329 case DFILE_ON_FILE_RECEIVE_SUCCESS: in NotifySocketRecvResult()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp519 msgType = DFILE_ON_FILE_RECEIVE_SUCCESS;
938 NotifySocketRecvResult(socket, DFILE_ON_FILE_RECEIVE_SUCCESS, &msgData, &listener);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c352 NotifyMsgRecver(session, DFILE_ON_FILE_RECEIVE_SUCCESS, msg); in DTransMsgReceiver()