Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c158 NotifyMsgRecver(session, DFILE_ON_FILE_SEND_FAIL, &data); in SendSmallList()
186 NotifyMsgRecver(session, DFILE_ON_FILE_SEND_FAIL, &data); in SendPendingList()
215 NotifyMsgRecver(session, DFILE_ON_SESSION_IN_PROGRESS, &data); in NoticeSessionProgress()
254 NotifyMsgRecver(session, DFILE_ON_TRANS_IN_PROGRESS, msg); in UpdateMsgProcessInfo()
356 NotifyMsgRecver(session, DFILE_ON_FILE_RECEIVE_FAIL, msg); in DTransMsgReceiver()
360 NotifyMsgRecver(session, DFILE_ON_FILE_SEND_SUCCESS, msg); in DTransMsgReceiver()
363 NotifyMsgRecver(session, DFILE_ON_FILE_SEND_FAIL, msg); in DTransMsgReceiver()
366 NotifyMsgRecver(session, DFILE_ON_TRANS_IN_PROGRESS, msg); in DTransMsgReceiver()
891 NotifyMsgRecver(session, DFILE_ON_FATAL_ERROR, &data); in DFileSessionHandleFrame()
995 NotifyMsgRecver(session, DFILE_ON_BIND, &data); in NotifyBindPort()
[all …]
H A Dnstackx_dfile_control.c38 NotifyMsgRecver(peerInfo->session, DFILE_ON_CONNECT_FAIL, &data); in SendSessionFileTransferDoneAckFrame()
H A Dnstackx_dfile.c463 NotifyMsgRecver(session, DFILE_ON_FILE_SEND_FAIL, &data); in DFileSendFileFail()
509 NotifyMsgRecver(session, DFILE_ON_FILE_SEND_FAIL, &data); in DFileSendFileInner()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h159 void NotifyMsgRecver(const DFileSession *session, DFileMsgType msgType, const DFileMsg *msg);