Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp1133 pStaStateMachine->pGetIpState->GoInState(); in GetIpStateStateGoInStateSuccess1()
1145 pStaStateMachine->pGetIpState->GoInState(); in GetIpStateStateGoInStateSuccess2()
1158 pStaStateMachine->pGetIpState->GoInState(); in GetIpStateStateGoInStateSuccess3()
1163 pStaStateMachine->pGetIpState->GoOutState(); in GetIpStateStateGoOutStateSuccess()
1172 pStaStateMachine->pGetIpState->ExecuteStateMsg(msg); in GetIpStateStateExeMsgSuccess()
1178 pStaStateMachine->pGetIpState->ExecuteStateMsg(msg); in GetIpStateStateExeMsgFail()
1179 pStaStateMachine->pGetIpState->ExecuteStateMsg(nullptr); in GetIpStateStateExeMsgFail()
1194 pStaStateMachine->pGetIpState->IsPublicESS(); in GetIpStateStateIsPublicESSTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp126 pSeparatedState(nullptr), pApLinkedState(nullptr), pWpsState(nullptr), pGetIpState(nullptr), in StaStateMachine()
148 ParsePointer(pGetIpState); in ~StaStateMachine()
209 pGetIpState = new (std::nothrow) GetIpState(this); in InitStaStates()
210 tmpErrNumber += JudgmentEmpty(pGetIpState); in InitStaStates()
296 StatePlus(pGetIpState, pApLinkedState); in BuildStateTree()
1338 SwitchState(pGetIpState); in DealConnectionEvent()
2949 pStaStateMachine->SwitchState(pStaStateMachine->pGetIpState); in ExecuteStateMsg()
3968 pStaStateMachine->SwitchState(pStaStateMachine->pGetIpState); in HandleNetworkConnectionEvent()
H A Dsta_state_machine.h1238 GetIpState *pGetIpState; variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test1.cpp282 pStaStateMachine->pGetIpState->IsPublicESS(); in GetIpStateStateIsPublicESSTest()