Home
last modified time | relevance | path

Searched refs:SOFTBUS_WIFI_STATE_SEMIACTIVATING (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H A Dsoftbus_wifi_api_adapter.h110 SOFTBUS_WIFI_STATE_SEMIACTIVATING, enumerator
/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter.c451 return SOFTBUS_WIFI_STATE_SEMIACTIVATING; in SoftBusGetWifiState()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp3273 EXPECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING)); in HWTEST_F()
3304 EXPECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING)); in HWTEST_F()
3335 EXPECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING)); in HWTEST_F()
3379 EXPECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING)); in HWTEST_F()
3420 EXPECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING)); in HWTEST_F()
3484 EXPECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING)); in HWTEST_F()
/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()

Completed in 7 milliseconds