Searched refs:DFileWriteHandle (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_control.c | 35 int32_t ret = DFileWriteHandle(buf, frameLen, peerInfo); in SendSessionFileTransferDoneAckFrame()
|
H A D | nstackx_dfile_retransmission.c | 62 int32_t ret = DFileWriteHandle(buf, frameLen, peerInfo); in SendBackPressureFrame()
|
H A D | nstackx_dfile_session.c | 465 int32_t ret = DFileWriteHandle(buf, frameLen, peerInfo); in DFileSessionSendSetting() 490 int32_t ret = DFileWriteHandle(buf, frameLen, peerInfo); in DFileSessionSendSetting() 845 transPara.writeHandle = DFileWriteHandle; in CreateTrans() 906 int32_t DFileWriteHandle(const uint8_t *frame, size_t len, void *context) in DFileWriteHandle() function
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_session.h | 158 int32_t DFileWriteHandle(const uint8_t *frame, size_t len, void *context);
|