Searched refs:GetNextIpAddr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.h | 376 std::string GetNextIpAddr(const std::string& gateway, const std::string& currentAddr,
|
H A D | self_cure_state_machine.cpp | 2272 … testIpAddr = SelfCureStateMachine::GetNextIpAddr(gateway, initialIpAddr, conflictedIpAddr); in GetLegalIpConfiguration() 2349 std::string SelfCureStateMachine::GetNextIpAddr(const std::string& gateway, const std::string& curr… in GetNextIpAddr() function in OHOS::Wifi::SelfCureStateMachine
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 2584 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); 2593 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); 2602 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); 2611 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); 2620 pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr);
|