Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h181 int32_t ConfigDFileTrans(uint16_t connType, DFileTransConfig *transConfig);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c139 int32_t ConfigDFileTrans(uint16_t connType, DFileTransConfig *transConfig) in ConfigDFileTrans() function
H A Dnstackx_dfile_transfer.c1532 if (ConfigDFileTrans(dFileTrans->connType, &dFileTrans->config) != NSTACKX_EOK) { in DFileTransCreate()