Searched refs:testedAddr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 2583 std::vector<std::string> testedAddr = {}; variable 2584 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); 2592 std::vector<std::string> testedAddr = TESTED_ADDR; variable 2593 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); 2601 std::vector<std::string> testedAddr = TESTED_ADDR; variable 2602 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); 2610 std::vector<std::string> testedAddr = {}; variable 2611 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); 2619 std::vector<std::string> testedAddr = TESTED_ADDR; variable 2620 pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr);
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.h | 377 const std::vector<std::string>& testedAddr);
|
H A D | self_cure_state_machine.cpp | 2350 const std::vector<std::string>& testedAddr) in GetNextIpAddr() argument 2353 if (gateway.empty() || currentAddr.empty() || testedAddr.size() ==0) { in GetNextIpAddr() 2381 for (size_t i = 0; i < testedAddr.size(); i++) { in GetNextIpAddr() 2382 std::vector<uint32_t> tmp = TransIpAddressToVec(testedAddr[i]); in GetNextIpAddr()
|