Home
last modified time | relevance | path

Searched refs:DFileTransSetMtu (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h286 int32_t DFileTransSetMtu(DFileTrans *dFileTrans, uint16_t mtu);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c565 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileSessionHandleClientSetting()
745 if (DFileTransSetMtu(trans, 0) != NSTACKX_EOK) { in HandleWithoutSettingError()
895 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileSessionHandleFrame()
1896 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileStartTransInner()
H A Dnstackx_dfile_transfer.c1491 int32_t DFileTransSetMtu(DFileTrans *dFileTrans, uint16_t mtu) in DFileTransSetMtu() function