HomeSort by relevance Sort by last modified time
    Searched refs:ip_config_path (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chromeos/network/
device_state.cc 127 const std::string& ip_config_path,
131 ip_config_path, &ip_config)) {
132 NET_LOG_EVENT("IPConfig Updated: " + ip_config_path, path());
135 NET_LOG_EVENT("IPConfig Added: " + ip_config_path, path());
137 ip_configs_.SetWithoutPathExpansion(ip_config_path, ip_config);
shill_property_handler.h 78 const std::string& ip_config_path,
212 const std::string& ip_config_path,
device_state.h 29 void IPConfigPropertiesChanged(const std::string& ip_config_path,
shill_property_handler.cc 491 std::string ip_config_path; local
492 if (!ip_config_path_value.GetAsString(&ip_config_path) ||
493 ip_config_path.empty()) {
498 dbus::ObjectPath(ip_config_path),
500 AsWeakPtr(), type, path, ip_config_path));
519 const std::string& ip_config_path,
528 listener_->UpdateIPConfigProperties(type, path, ip_config_path, properties);
network_state_handler.h 277 const std::string& ip_config_path,
shill_property_handler_unittest.cc 78 const std::string& ip_config_path,
80 AddPropertyUpdate(shill::kIPConfigsProperty, ip_config_path);
network_state_handler.cc 640 const std::string& ip_config_path,
653 device->IPConfigPropertiesChanged(ip_config_path, properties);
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_ipconfig_client.cc 101 const std::string& ip_config_path,
103 ipconfigs_.SetWithoutPathExpansion(ip_config_path, properties.DeepCopy());
fake_shill_ipconfig_client.h 48 virtual void AddIPConfig(const std::string& ip_config_path,
shill_ipconfig_client.h 44 virtual void AddIPConfig(const std::string& ip_config_path,

Completed in 451 milliseconds