Searched refs:staStateMachine (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | sta_state_machine_test1.cpp | 317 StaStateMachine staStateMachine; in OnDhcpOfferResultTest() local 318 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in OnDhcpOfferResultTest() 325 StaStateMachine staStateMachine; in DealDhcpResultTest() local 326 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DealDhcpResultTest() 333 StaStateMachine staStateMachine; in TryToCloseDhcpClientTest() local 334 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in TryToCloseDhcpClientTest() 341 StaStateMachine staStateMachine; in TryToCloseDhcpClientTest1() local 342 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in TryToCloseDhcpClientTest1() 348 StaStateMachine staStateMachine; in DealDhcpResultFailedTest() local 349 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DealDhcpResultFailedTest() [all …]
|
H A D | sta_state_machine_test.cpp | 288 StaStateMachine staStateMachine; in TryToSaveIpV6ResultTest() local 289 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in TryToSaveIpV6ResultTest()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.h | 170 explicit InitState(StaStateMachine *staStateMachine); 185 explicit WpaStartingState(StaStateMachine *staStateMachine); 201 explicit WpaStartedState(StaStateMachine *staStateMachine); 216 explicit WpaStoppingState(StaStateMachine *staStateMachine); 231 explicit LinkState(StaStateMachine *staStateMachine); 258 explicit SeparatedState(StaStateMachine *staStateMachine); 273 explicit ApLinkedState(StaStateMachine *staStateMachine); 292 explicit StaWpsState(StaStateMachine *staStateMachine); 307 explicit GetIpState(StaStateMachine *staStateMachine); 324 explicit LinkedState(StaStateMachine *staStateMachine); [all …]
|
H A D | sta_state_machine.cpp | 443 : State("InitState"), pStaStateMachine(staStateMachine) in InitState() 709 : State("WpaStartingState"), pStaStateMachine(staStateMachine) in WpaStartingState() 754 : State("WpaStartedState"), pStaStateMachine(staStateMachine) in WpaStartedState() 851 : State("WpaStoppingState"), pStaStateMachine(staStateMachine) in WpaStoppingState() 883 : State("LinkState"), pStaStateMachine(staStateMachine) in LinkState() 2693 : State("SeparatedState"), pStaStateMachine(staStateMachine) in SeparatedState() 2749 : State("ApLinkedState"), pStaStateMachine(staStateMachine) in ApLinkedState() 2904 : State("StaWpsState"), pStaStateMachine(staStateMachine) in StaWpsState() 3003 : State("GetIpState"), pStaStateMachine(staStateMachine) in GetIpState() 3628 : State("LinkedState"), pStaStateMachine(staStateMachine) in LinkedState() [all …]
|
H A D | sta_auto_connect_service.h | 52 StaAutoConnectService(StaStateMachine *staStateMachine, int instId = 0);
|
H A D | sta_auto_connect_service.cpp | 26 StaAutoConnectService::StaAutoConnectService(StaStateMachine *staStateMachine, int instId) in StaAutoConnectService() argument 27 : pStaStateMachine(staStateMachine), in StaAutoConnectService()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_sta_auto_connect_service.h | 32 …licit MockStaAutoConnectService(StaStateMachine *staStateMachine):StaAutoConnectService(staStateMa… in MockStaAutoConnectService() argument
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine_test.cpp | 1209 StaStateMachine staStateMachine; in ConfigStaticIpAddressSuccess1() local 1210 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in ConfigStaticIpAddressSuccess1() 1225 StaStateMachine staStateMachine; in ConfigStaticIpAddressSuccess2() local 1226 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in ConfigStaticIpAddressSuccess2() 1241 StaStateMachine staStateMachine; in ConfigStaticIpAddressSuccess3() local 1254 StaStateMachine staStateMachine; in ConfigStaticIpAddressFail() local 1499 StaStateMachine staStateMachine; in DhcpResultNotifyOnSuccessTest1() local 1517 StaStateMachine staStateMachine; in DhcpResultNotifyOnFailedTest1() local 1531 StaStateMachine staStateMachine; in DhcpResultNotifyOnFailedTest2() local 1543 StaStateMachine staStateMachine; in DhcpResultNotifyOnFailedTest3() local [all …]
|