Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_idle_state.h83 virtual bool ProcessCmdStopDiscPeer(InternalMessagePtr msg) const;
H A Dp2p_enabled_state.h128 virtual bool ProcessCmdStopDiscPeer(InternalMessagePtr msg) const;
H A Dp2p_idle_state.cpp59 …ake_pair(P2P_STATE_MACHINE_CMD::CMD_STOP_DEVICE_DISCOVERS, &P2pIdleState::ProcessCmdStopDiscPeer)); in Init()
93 bool P2pIdleState::ProcessCmdStopDiscPeer(InternalMessagePtr msg) const in ProcessCmdStopDiscPeer() function in OHOS::Wifi::P2pIdleState
H A Dp2p_enabled_state.cpp81 …_pair(P2P_STATE_MACHINE_CMD::CMD_STOP_DEVICE_DISCOVERS, &P2pEnabledState::ProcessCmdStopDiscPeer)); in Init()
191 bool P2pEnabledState::ProcessCmdStopDiscPeer(InternalMessagePtr msg) const in ProcessCmdStopDiscPeer() function in OHOS::Wifi::P2pEnabledState