Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h68 DFILE_ON_FILE_LIST_RECEIVED, enumerator
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c290 case DFILE_ON_FILE_LIST_RECEIVED: in NotifyRecvResult()
323 case DFILE_ON_FILE_LIST_RECEIVED: in NotifySocketRecvResult()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp516 msgType = DFILE_ON_FILE_LIST_RECEIVED;
936 NotifySocketRecvResult(socket, DFILE_ON_FILE_LIST_RECEIVED, &msgData, &listener);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c349 NotifyMsgRecver(session, DFILE_ON_FILE_LIST_RECEIVED, msg); in DTransMsgReceiver()