Searched refs:ConfigStaticIpAddress (Results 1 – 4 of 4) sorted by relevance
102 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()
705 bool ConfigStaticIpAddress(StaticIpAddress &staticIpAddress);
3031 if (!pStaStateMachine->ConfigStaticIpAddress(config.wifiIpConfig.staticIpAddress)) { in GoInState()3249 bool StaStateMachine::ConfigStaticIpAddress(StaticIpAddress &staticIpAddress) in ConfigStaticIpAddress() function in OHOS::Wifi::StaStateMachine
1211 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()