Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H A Dsoftbus_wifi_api_adapter.h110 SOFTBUS_WIFI_STATE_SEMIACTIVATING, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter.c441 return SOFTBUS_WIFI_STATE_SEMIACTIVATING; in SoftBusGetWifiState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp3236 …PECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING));
3267 …PECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING));
3298 …PECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING));
3342 …PECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING));
3383 …PECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING));
3447 …PECT_CALL(wifiMock, SoftBusGetWifiState).WillRepeatedly(Return(SOFTBUS_WIFI_STATE_SEMIACTIVATING));
/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()