Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_event.cpp87 if (EventManager::g_wifiEvent.OnWifiConnectionChanged) { in OnWifiConnectionChanged()
109 if (EventManager::g_wifiEvent.OnDeviceConfigChange) { in OnDeviceConfigChanged()
127 if (EventManager::g_wifiEvent.OnWifiScanStateChanged) { in OnWifiScanStateChanged()
147 if (EventManager::g_wifiEvent.OnHotspotStateChanged) { in OnHotspotStateChanged()
186 g_wifiEvent.OnWifiConnectionChanged = nullptr; in RemoveEventCallback()
189 g_wifiEvent.OnWifiScanStateChanged = nullptr; in RemoveEventCallback()
192 g_wifiEvent.OnHotspotStateChanged = nullptr; in RemoveEventCallback()
195 g_wifiEvent.OnHotspotStaJoin = nullptr; in RemoveEventCallback()
198 g_wifiEvent.OnHotspotStaLeave = nullptr; in RemoveEventCallback()
201 g_wifiEvent.OnDeviceConfigChange = nullptr; in RemoveEventCallback()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_sa_event.h197 static WifiEvent g_wifiEvent; variable
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_tracker.h271 WifiEvent g_wifiEvent = {0}; variable
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp304 g_wifiEvent.OnHotspotStateChanged = NetworkShareTracker::OnWifiHotspotStateChanged; in RegisterWifiApCallback()
305 int32_t ret = RegisterWifiEvent(&g_wifiEvent); in RegisterWifiApCallback()