Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_dev.h33 CONNECT_TYPE_WLAN, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c86 if ((connType != CONNECT_TYPE_P2P) && (connType != CONNECT_TYPE_WLAN)) { in CheckConnType()
H A Dnstackx_dfile.c1236 if ((*connType != CONNECT_TYPE_P2P && *connType != CONNECT_TYPE_WLAN)) { in DFileSenderInitWithTargetDev()
1237 *connType = CONNECT_TYPE_WLAN; in DFileSenderInitWithTargetDev()
1283 if (connType == CONNECT_TYPE_WLAN) { in GetClientSendThreadNum()
H A Dnstackx_dfile_session.c505 if (connType == CONNECT_TYPE_WLAN) { in SetDFileSessionConfig()
512 if ((!peerInfo->gotWifiRate) && (connType == CONNECT_TYPE_WLAN)) { in SetDFileSessionConfig()
2015 if (isSender && (connType != CONNECT_TYPE_P2P && connType != CONNECT_TYPE_WLAN)) { in CreateFileManager()
H A Dnstackx_file_manager.c1255 if (connectType == CONNECT_TYPE_WLAN) { in FileManagerSetRecvParaWithConnType()
1413 if (isSender && (connType != CONNECT_TYPE_P2P && connType != CONNECT_TYPE_WLAN)) { in FileManagerCreate()
H A Dnstackx_file_manager_client.c1072 if (connType == CONNECT_TYPE_WLAN) { in GetMaxSendListSize()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/core/
H A Dnstackx_congestion.c183 if (connType == CONNECT_TYPE_WLAN) { in GetConngestSendRate()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c35 *connectType = CONNECT_TYPE_WLAN; in GetConnectionTypeByDevName()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c35 *connectType = CONNECT_TYPE_WLAN; in GetConnectionTypeByDevName()