Home
last modified time | relevance | path

Searched refs:WpaEventP2pChannelSwitch (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_monitor.h445 void WpaEventP2pChannelSwitch(int freq) const;
H A Dp2p_monitor.cpp74 std::bind(&P2pMonitor::WpaEventP2pChannelSwitch, this, _1), in MonitorBegins()
672 void P2pMonitor::WpaEventP2pChannelSwitch(int freq) const in WpaEventP2pChannelSwitch() function in OHOS::Wifi::P2pMonitor
709 WpaEventP2pChannelSwitch(freq); in WpaEventStaNotifyCallBack()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_monitor_test.cpp331 pP2pMonitor->WpaEventP2pChannelSwitch(freq); in WrapWpaEventP2pChannelSwitch()