Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test1.cpp318 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in OnDhcpOfferResultTest()
326 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DealDhcpResultTest()
334 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in TryToCloseDhcpClientTest()
342 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in TryToCloseDhcpClientTest1()
349 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DealDhcpResultFailedTest()
356 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DealDhcpOfferResultTest()
H A Dsta_state_machine_test.cpp289 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in TryToSaveIpV6ResultTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp1210 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in ConfigStaticIpAddressSuccess1()
1226 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in ConfigStaticIpAddressSuccess2()
1242 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in ConfigStaticIpAddressSuccess3()
1255 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in ConfigStaticIpAddressFail()
1500 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DhcpResultNotifyOnSuccessTest1()
1518 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DhcpResultNotifyOnFailedTest1()
1532 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DhcpResultNotifyOnFailedTest2()
1544 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(&staStateMachine); in DhcpResultNotifyOnFailedTest3()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h407 static void SetStaStateMachine(StaStateMachine *staStateMachine);
H A Dsta_state_machine.cpp3028 pStaStateMachine->pDhcpResultNotify->SetStaStateMachine(pStaStateMachine); in GoInState()
4312 void StaStateMachine::DhcpResultNotify::SetStaStateMachine(StaStateMachine *staStateMachine) in SetStaStateMachine() function in OHOS::Wifi::StaStateMachine::DhcpResultNotify