Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c84 static int32_t CheckConnType(uint16_t connType) in CheckConnType() function
94 if ((dFileConfig == NULL) || CheckConnType(connType) != NSTACKX_EOK || (mtu == 0)) { in GetDFileConfig()
146 if (CheckConnType(connType) != NSTACKX_EOK) { in ConfigDFileTrans()