Home
last modified time | relevance | path

Searched refs:WifiEventCallbackMsg (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.h70 int AddBroadCastMsg(const WifiEventCallbackMsg &msg);
89 static void Run(WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg);
117 void InvokeScanCallbacks(const WifiEventCallbackMsg &msg);
118 void InvokeDeviceCallbacks(const WifiEventCallbackMsg &msg);
119 void InvokeHotspotCallbacks(const WifiEventCallbackMsg &msg);
120 void InvokeP2pCallbacks(const WifiEventCallbackMsg &msg);
126 …c void DealStaCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
127 … void DealScanCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
129 …c void DealP2pCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
130 … static void SendP2pCallbackMsg(sptr<IWifiP2pCallback> &callback, const WifiEventCallbackMsg &msg,
[all …]
H A Dwifi_internal_event_dispatcher_lite.h61 int AddBroadCastMsg(const WifiEventCallbackMsg &msg);
92 …c void DealStaCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
93 … void DealScanCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
102 std::deque<WifiEventCallbackMsg> mEventQue;
H A Dwifi_internal_event_dispatcher_lite.cpp101 int WifiInternalEventDispatcher::AddBroadCastMsg(const WifiEventCallbackMsg &msg) in AddBroadCastMsg()
125 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealStaCallbackMsg()
180 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealScanCallbackMsg()
272 WifiEventCallbackMsg msg = instance.mEventQue.front(); in Run()
H A Dwifi_internal_event_dispatcher.cpp509 …nternalEventDispatcher::Run(WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in Run()
527 int WifiInternalEventDispatcher::AddBroadCastMsg(const WifiEventCallbackMsg &msg) in AddBroadCastMsg()
552 void WifiInternalEventDispatcher::PublishStaEvent(const WifiEventCallbackMsg &msg) in PublishStaEvent()
577 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealStaCallbackMsg()
615 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealScanCallbackMsg()
642 void WifiInternalEventDispatcher::InvokeScanCallbacks(const WifiEventCallbackMsg &msg) in InvokeScanCallbacks()
685 const WifiEventCallbackMsg &msg) __attribute__((no_sanitize("cfi"))) in InvokeDeviceCallbacks()
744 void WifiInternalEventDispatcher::InvokeHotspotCallbacks(const WifiEventCallbackMsg &msg) in InvokeHotspotCallbacks()
780 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealHotspotCallbackMsg()
804 void WifiInternalEventDispatcher::InvokeP2pCallbacks(const WifiEventCallbackMsg &msg) in InvokeP2pCallbacks()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp203 WifiEventCallbackMsg cbMsg; in CloseP2pService()
247 WifiEventCallbackMsg cbMsg; in DealP2pStateChanged()
277 WifiEventCallbackMsg cbMsg; in DealP2pPeersChanged()
287 WifiEventCallbackMsg cbMsg; in DealP2pPrivatePeersChanged()
296 WifiEventCallbackMsg cbMsg; in DealP2pServiceChanged()
305 WifiEventCallbackMsg cbMsg; in DealP2pConnectionChanged()
330 WifiEventCallbackMsg cbMsg; in DealP2pThisDeviceChanged()
341 WifiEventCallbackMsg cbMsg; in DealP2pDiscoveryChanged()
350 WifiEventCallbackMsg cbMsg; in DealP2pGroupsChanged()
359 WifiEventCallbackMsg cbMsg; in DealP2pActionResult()
[all …]
H A Dwifi_hotspot_manager.cpp91 WifiEventCallbackMsg cbMsg; in CloseApService()
121 WifiEventCallbackMsg cbMsg; in DealApStateChanged()
143 WifiEventCallbackMsg cbMsg; in DealApGetStaJoin()
156 WifiEventCallbackMsg cbMsg; in DealApGetStaLeave()
H A Dwifi_sta_manager.cpp221 WifiEventCallbackMsg cbMsg; in DealStaConnChanged()
265 WifiEventCallbackMsg cbMsg; in DealWpsChanged()
280 WifiEventCallbackMsg cbMsg; in DealStreamChanged()
290 WifiEventCallbackMsg cbMsg; in DealRssiChanged()
H A Dwifi_scan_manager.cpp229 WifiEventCallbackMsg cbMsg; in DealScanFinished()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h165 struct WifiEventCallbackMsg { struct
180 WifiEventCallbackMsg() in WifiEventCallbackMsg() argument
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_service_scheduler.cpp619 WifiEventCallbackMsg cbMsg; in DispatchWifiOpenRes()
647 WifiEventCallbackMsg cbMsg; in DispatchWifi2OpenRes()
669 WifiEventCallbackMsg cbMsg; in DispatchWifiSemiActiveRes()
697 WifiEventCallbackMsg cbMsg; in DispatchWifiCloseRes()
727 WifiEventCallbackMsg cbMsg; in DispatchWifi2CloseRes()
H A Dwifi_controller_state_machine.cpp511 WifiEventCallbackMsg cbMsg; in ShouldDisableWifi()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_internal_event_dispatcher_test.cpp31 WifiEventCallbackMsg msg;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp784 WifiEventCallbackMsg cbMsg; in NotifyDeviceConfigChange()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp752 WifiEventCallbackMsg cbMsg; in HandleConnectFailed()
1393 WifiEventCallbackMsg cbMsg; in RequestUseStaticIpConfig()