Searched refs:UpdateIPConfigProperty (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chromeos/network/ |
D | shill_property_handler.cc | 551 UpdateIPConfigProperty(service_path, properties, shill::kAddressProperty); in GetIPConfigCallback() 552 UpdateIPConfigProperty(service_path, properties, shill::kNameServersProperty); in GetIPConfigCallback() 553 UpdateIPConfigProperty(service_path, properties, shill::kPrefixlenProperty); in GetIPConfigCallback() 554 UpdateIPConfigProperty(service_path, properties, shill::kGatewayProperty); in GetIPConfigCallback() 555 UpdateIPConfigProperty(service_path, properties, in GetIPConfigCallback() 559 void ShillPropertyHandler::UpdateIPConfigProperty( in UpdateIPConfigProperty() function in chromeos::internal::ShillPropertyHandler
|
D | shill_property_handler.h | 196 void UpdateIPConfigProperty(const std::string& service_path,
|