Searched refs:NotifyTransMsg (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_transfer.c | 221 static void NotifyTransMsg(DFileTrans *dFileTrans, DFileTransMsgType msgType) in NotifyTransMsg() function 281 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_SEND_FAIL); in DFileTransNotifyEndMsg() 283 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_SENT); in DFileTransNotifyEndMsg() 287 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_RECEIVE_FAIL); in DFileTransNotifyEndMsg() 289 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_END); in DFileTransNotifyEndMsg() 392 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_SEND_FAIL); in FileManagerSenderMsgHandler() 508 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_SEND_DATA); in SendFileBlockPrepare() 707 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_RECEIVED); in NotifyRecvSucMsg() 725 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_RECEIVE_FAIL); in FileManagerReceiverMsgHandler() 1203 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_LIST_RECEIVED); in HandleFileNameTableFrame() [all …]
|