Home
last modified time | relevance | path

Searched refs:ProcessCmdStopListen (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_enabled_state.h114 virtual bool ProcessCmdStopListen(InternalMessagePtr msg) const;
H A Dp2p_enabled_state.cpp77 … std::make_pair(P2P_STATE_MACHINE_CMD::CMD_STOP_LISTEN, &P2pEnabledState::ProcessCmdStopListen)); in Init()
168 bool P2pEnabledState::ProcessCmdStopListen(InternalMessagePtr msg) const in ProcessCmdStopListen() function in OHOS::Wifi::P2pEnabledState