Searched refs:WriteWifiEventReceivedHiSysEvent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_callback_stub.cpp | 123 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 D | wifi_p2p_callback_stub.cpp | 115 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() 167 …WriteWifiEventReceivedHiSysEvent(HISYS_P2P_CONN_STATE_CHANGE, static_cast<int>(info.GetConnectStat… in OnP2pConnectionChanged() 176 WriteWifiEventReceivedHiSysEvent(HISYS_P2P_DISCOVERY_CHANGE, isChange); in OnP2pDiscoveryChanged()
|
H A D | wifi_device_callback_stub.cpp | 109 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 D | wifi_scan_callback_stub.cpp | 88 WriteWifiEventReceivedHiSysEvent(HISYS_STA_SCAN_STATE_CHANGE, state); in OnWifiScanStateChanged()
|
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/ |
H A D | wifi_hisysevent.h | 77 void WriteWifiEventReceivedHiSysEvent(const std::string& eventType, int value);
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_hisysevent.cpp | 76 void WriteWifiEventReceivedHiSysEvent(const std::string& eventType, int value) in WriteWifiEventReceivedHiSysEvent() function
|