Home
last modified time | relevance | path

Searched refs:EXCEPTION_TIMED_OUT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_define.h160 EXCEPTION_TIMED_OUT, /* P2P exception timeout */ enumerator
H A Dp2p_idle_state.cpp40 p2pStateMachine.StopTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::EXCEPTION_TIMED_OUT)); in GoInState()
52 static_cast<int>(P2P_STATE_MACHINE_CMD::EXCEPTION_TIMED_OUT), exceptionTimeOut); in GoOutState()
H A Dgroup_formed_state.cpp39 p2pStateMachine.StopTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::EXCEPTION_TIMED_OUT)); in GoInState()
H A Dp2p_enabled_state.cpp107 …std::make_pair(P2P_STATE_MACHINE_CMD::EXCEPTION_TIMED_OUT, &P2pEnabledState::ProcessExceptionTimeO… in Init()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_enabled_state_test.cpp403 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::EXCEPTION_TIMED_OUT));