Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_callback_stub.cpp123 WriteWifiEventReceivedHiSysEvent(HISYS_HOTSPOT_STATE_CHANGE, state); in OnHotspotStateChanged()
132 WriteWifiEventReceivedHiSysEvent(HISYS_HOTSPOT_STA_JOIN, HISYS_EVENT_DEFAULT_VALUE); in OnHotspotStaJoin()
141 WriteWifiEventReceivedHiSysEvent(HISYS_HOTSPOT_STA_LEAVE, HISYS_EVENT_DEFAULT_VALUE); in OnHotspotStaLeave()
H A Dwifi_p2p_callback_stub.cpp115 WriteWifiEventReceivedHiSysEvent(HISYS_P2P_STATE_CHANGE, state); in OnP2pStateChanged()
124 WriteWifiEventReceivedHiSysEvent(HISYS_P2P_PERSISTENT_GROUP_CHANGE, HISYS_EVENT_DEFAULT_VALUE); in OnP2pPersistentGroupsChanged()
133 WriteWifiEventReceivedHiSysEvent(HISYS_P2P_DEVICE_STATE_CHANGE, HISYS_EVENT_DEFAULT_VALUE); in OnP2pThisDeviceChanged()
142 WriteWifiEventReceivedHiSysEvent(HISYS_P2P_PEER_DEVICE_CHANGE, HISYS_EVENT_DEFAULT_VALUE); in OnP2pPeersChanged()
167WriteWifiEventReceivedHiSysEvent(HISYS_P2P_CONN_STATE_CHANGE, static_cast<int>(info.GetConnectStat… in OnP2pConnectionChanged()
176 WriteWifiEventReceivedHiSysEvent(HISYS_P2P_DISCOVERY_CHANGE, isChange); in OnP2pDiscoveryChanged()
H A Dwifi_device_callback_stub.cpp109 WriteWifiEventReceivedHiSysEvent(HISYS_STA_POWER_STATE_CHANGE, state); in OnWifiStateChanged()
118 WriteWifiEventReceivedHiSysEvent(HISYS_STA_CONN_STATE_CHANGE, state); in OnWifiConnectionChanged()
127 WriteWifiEventReceivedHiSysEvent(HISYS_STA_RSSI_STATE_CHANGE, rssi); in OnWifiRssiChanged()
H A Dwifi_scan_callback_stub.cpp88 WriteWifiEventReceivedHiSysEvent(HISYS_STA_SCAN_STATE_CHANGE, state); in OnWifiScanStateChanged()
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_hisysevent.h77 void WriteWifiEventReceivedHiSysEvent(const std::string& eventType, int value);
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_hisysevent.cpp76 void WriteWifiEventReceivedHiSysEvent(const std::string& eventType, int value) in WriteWifiEventReceivedHiSysEvent() function