Home
last modified time | relevance | path

Searched refs:SoftBusWifiState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp54 static void SetSoftBusWifiConnState(const int code, SoftBusWifiState *state) in SetSoftBusWifiConnState()
72 static void SetSoftBusWifiUseState(const int code, SoftBusWifiState *state) in SetSoftBusWifiUseState()
87 static void SetSoftBusWifiHotSpotState(const int code, SoftBusWifiState *state) in SetSoftBusWifiHotSpotState()
102 static void SetSoftBusWifiSemiState(const int code, SoftBusWifiState *state) in SetSoftBusWifiSemiState()
118 SoftBusWifiState state = SOFTBUS_WIFI_UNKNOWN; in OnReceiveEvent()
133 SoftBusWifiState *notifyState = (SoftBusWifiState *)SoftBusMalloc(sizeof(SoftBusWifiState)); in OnReceiveEvent()
209 SoftBusWifiState *notifyState = (SoftBusWifiState *)SoftBusMalloc(sizeof(SoftBusWifiState)); in UpdateLocalWifiActiveCapability()
230 SoftBusWifiState *notifyState = (SoftBusWifiState *)SoftBusMalloc(sizeof(SoftBusWifiState)); in UpdateLocalWifiConnCapability()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_monitor.c84 SoftBusWifiState *notifyState = (SoftBusWifiState *)SoftBusMalloc(sizeof(SoftBusWifiState)); in ProcessWlanEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c314 static void GetNetworkCapability(SoftBusWifiState wifiState, uint32_t *capability, bool *needSync) in GetNetworkCapability()
368 SoftBusWifiState wifiState = (SoftBusWifiState)event->status; in WifiStateEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c601 static bool WifiStateChangeWifiOrAp(const SoftBusWifiState wifiState) in WifiStateChangeWifiOrAp()
645 SoftBusWifiState wifiState = (SoftBusWifiState)event->status; in WifiStateChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h81 } SoftBusWifiState; typedef
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c516 SoftBusWifiState *wifiState = (SoftBusWifiState *)state; in LnnNotifyWlanStateChangeEvent()