Searched refs:dhcpIpType (Results 1 – 5 of 5) sorted by relevance
238 int dhcpIpType; member284 dhcpIpType = static_cast<int>(DhcpIpType::DHCP_IPTYPE_MIX); in WifiConfig()
51 tmp.dhcpIpType = static_cast<int>(DhcpIpType::DHCP_IPTYPE_IPV4);73 EXPECT_EQ(tmp.dhcpIpType, ldCfg.dhcpIpType);
64 virtual int SetDhcpIpType(int dhcpIpType, int instId = 0) = 0;234 MOCK_METHOD2(SetDhcpIpType, int(int dhcpIpType, int));
996 item.dhcpIpType = static_cast<int>(DhcpIpType::DHCP_IPTYPE_MIX);1109 item.dhcpIpType = CheckDataLegal(tmpValue); in __anond4a0641a1402()1253 ss << " " <<"dhcpIpType=" << item.dhcpIpType << std::endl;
1133 return iter->second.dhcpIpType; in GetDhcpIpType()1135 return mWifiConfig[0].dhcpIpType; in GetDhcpIpType()