Searched refs:NotifyMsgRecver (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_session.c | 158 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 D | nstackx_dfile_control.c | 38 NotifyMsgRecver(peerInfo->session, DFILE_ON_CONNECT_FAIL, &data); in SendSessionFileTransferDoneAckFrame()
|
H A D | nstackx_dfile.c | 463 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 D | nstackx_dfile_session.h | 159 void NotifyMsgRecver(const DFileSession *session, DFileMsgType msgType, const DFileMsg *msg);
|