Home
last modified time | relevance | path

Searched refs:ProcessCmdConnectFailed (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_enabled_state.h251 virtual bool ProcessCmdConnectFailed(InternalMessagePtr msg) const;
H A Dp2p_enabled_state.cpp115 …::make_pair(P2P_STATE_MACHINE_CMD::P2P_CONNECT_FAILED, &P2pEnabledState::ProcessCmdConnectFailed)); in Init()
618 bool P2pEnabledState::ProcessCmdConnectFailed(InternalMessagePtr msg) const in ProcessCmdConnectFailed() function in OHOS::Wifi::P2pEnabledState
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_enabled_state_test.cpp477 HWTEST_F(P2pEnabledStateTest, ProcessCmdConnectFailed, TestSize.Level1)