Searched refs:GetIpv4Address (Results 1 – 9 of 9) sorted by relevance
42 bool GetIpv4Address(const std::string &interfaceName, Ipv4Address &IPv4) in GetIpv4Address() function44 return MockNetworkInterface::GetInstance().GetIpv4Address(interfaceName, IPv4); in GetIpv4Address()
37 MOCK_METHOD2(GetIpv4Address, bool(const std::string &interfaceName, Ipv4Address &IPv4));
107 EXPECT_FALSE(NetworkInterface::GetIpv4Address("test", vecIPv4));108 NetworkInterface::GetIpv4Address("lo", vecIPv4);
23 "*GetIpv4Address*";
66 bool GetIpv4Address(const std::string &interfaceName, std::vector<Ipv4Address> &ipv4);
92 bool NetworkInterface::GetIpv4Address(const std::string &interfaceName, std::vector<Ipv4Address> &v… in GetIpv4Address() function in OHOS::Wifi::NetworkInterface
312 std::string GetIpv4Address() in GetIpv4Address() function
3258 staticIpAddress.ipAddress.address.GetIpv4Address().c_str()) != EOK) { in ConfigStaticIpAddress()3262 staticIpAddress.gateway.GetIpv4Address().c_str()) != EOK) { in ConfigStaticIpAddress()3269 staticIpAddress.dnsServer1.GetIpv4Address().c_str()) != EOK) { in ConfigStaticIpAddress()3273 staticIpAddress.dnsServer2.GetIpv4Address().c_str()) != EOK) { in ConfigStaticIpAddress()3307 staticIpAddress.ipAddress.address.GetIpv4Address().c_str()) != EOK) { in ConfigStaticIpAddress()3311 staticIpAddress.gateway.GetIpv4Address().c_str()) != EOK) { in ConfigStaticIpAddress()3319 staticIpAddress.dnsServer1.GetIpv4Address().c_str()) != EOK) { in ConfigStaticIpAddress()3323 staticIpAddress.dnsServer2.GetIpv4Address().c_str()) != EOK) { in ConfigStaticIpAddress()
619 << item.staticIpAddress.ipAddress.address.GetIpv4Address() << std::endl; in OutPutWifiIpConfig()631 << item.staticIpAddress.gateway.GetIpv4Address() << std::endl; in OutPutWifiIpConfig()637 << item.staticIpAddress.dnsServer1.GetIpv4Address() << std::endl; in OutPutWifiIpConfig()643 << item.staticIpAddress.dnsServer2.GetIpv4Address() << std::endl; in OutPutWifiIpConfig()