Home
last modified time | relevance | path

Searched refs:SOFTBUS_WIFI_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp118 SoftBusWifiState state = SOFTBUS_WIFI_UNKNOWN; in OnReceiveEvent()
132 if (state != SOFTBUS_WIFI_UNKNOWN) { in OnReceiveEvent()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_monitor.c89 *notifyState = SOFTBUS_WIFI_UNKNOWN; in ProcessWlanEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h80 SOFTBUS_WIFI_UNKNOWN, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info_test.cpp189 .status = SOFTBUS_WIFI_UNKNOWN
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c517 if (*wifiState < SOFTBUS_WIFI_CONNECTED || *wifiState > SOFTBUS_WIFI_UNKNOWN) { in LnnNotifyWlanStateChangeEvent()