Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H A Dsoftbus_wifi_api_adapter.h111 SOFTBUS_WIFI_STATE_SEMIACTIVE, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter.c443 return SOFTBUS_WIFI_STATE_SEMIACTIVE; in SoftBusGetWifiState()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_wifi_api_test.cpp323 EXPECT_TRUE(ret == SOFTBUS_WIFI_STATE_SEMIACTIVE);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c608 …if (wifiState == SOFTBUS_WIFI_STATE_SEMIACTIVATING || wifiState == SOFTBUS_WIFI_STATE_SEMIACTIVE) { in TransGetDeviceState()