Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h180 int32_t GetDFileConfig(DFileConfig *dFileConfig, uint16_t mtu, uint16_t connType);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c92 int32_t GetDFileConfig(DFileConfig *dFileConfig, uint16_t mtu, uint16_t connType) in GetDFileConfig() function
H A Dnstackx_dfile_session.c576 … if (GetDFileConfig(&dFileConfig, peerInfo->mtuInuse, hostSettingFrame.connType) == NSTACKX_EOK) { in DFileSessionHandleClientSetting()
709 … if (GetDFileConfig(&dFileConfig, peerInfo->mtuInuse, hostSettingFrame.connType) == NSTACKX_EOK) { in DFileSessionHandleServerSetting()