Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H A Dsoftbus_wifi_api_adapter.h105 SOFTBUS_WIFI_STATE_UNKNOWN = -1, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter.c428 return SOFTBUS_WIFI_STATE_UNKNOWN; in SoftBusGetWifiState()
447 return SOFTBUS_WIFI_STATE_UNKNOWN; in SoftBusGetWifiState()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_wifi_api_test.cpp306 EXPECT_TRUE(ret == SOFTBUS_WIFI_STATE_UNKNOWN);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info_test.cpp353 … EXPECT_CALL(serviceMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_UNKNOWN));