Home
last modified time | relevance | path

Searched refs:TransVecToIpAddress (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 Dself_cure_state_machine.h371 std::string TransVecToIpAddress(const std::vector<uint32_t>& vec);
H A Dself_cure_state_machine.cpp2247 std::string SelfCureStateMachine::TransVecToIpAddress(const std::vector<uint32_t>& vec) in TransVecToIpAddress() function in OHOS::Wifi::SelfCureStateMachine
2288 std::string newIpAddress = TransVecToIpAddress(oldIpAddr); in GetLegalIpConfiguration()
2394 return TransVecToIpAddress(ipAddr); in GetNextIpAddr()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp2531 HWTEST_F(SelfCureStateMachineTest, TransVecToIpAddress, TestSize.Level1)
2534 pSelfCureStateMachine->TransVecToIpAddress(vec);
2537 pSelfCureStateMachine->TransVecToIpAddress(vec);
2540 pSelfCureStateMachine->TransVecToIpAddress(vec);