Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp102 EXPECT_TRUE(pStaStateMachine->ConfigStaticIpAddress(staticIpAddress)); in ConfigStaticIpAddressSuccess1()
118 EXPECT_TRUE(pStaStateMachine->ConfigStaticIpAddress(staticIpAddress)); in ConfigStaticIpAddressSuccess2()
134 EXPECT_TRUE(pStaStateMachine->ConfigStaticIpAddress(staticIpAddress)); in ConfigStaticIpAddressSuccess3()
146 EXPECT_FALSE(pStaStateMachine->ConfigStaticIpAddress(staticIpAddress)); in ConfigStaticIpAddressFail()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h705 bool ConfigStaticIpAddress(StaticIpAddress &staticIpAddress);
H A Dsta_state_machine.cpp3031 if (!pStaStateMachine->ConfigStaticIpAddress(config.wifiIpConfig.staticIpAddress)) { in GoInState()
3249 bool StaStateMachine::ConfigStaticIpAddress(StaticIpAddress &staticIpAddress) in ConfigStaticIpAddress() function in OHOS::Wifi::StaStateMachine
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp1211 EXPECT_TRUE(pStaStateMachine->ConfigStaticIpAddress(staticIpAddress)); in ConfigStaticIpAddressSuccess1()
1227 EXPECT_TRUE(pStaStateMachine->ConfigStaticIpAddress(staticIpAddress)); in ConfigStaticIpAddressSuccess2()
1243 EXPECT_TRUE(pStaStateMachine->ConfigStaticIpAddress(staticIpAddress)); in ConfigStaticIpAddressSuccess3()
1256 EXPECT_FALSE(pStaStateMachine->ConfigStaticIpAddress(staticIpAddress)); in ConfigStaticIpAddressFail()