Searched refs:ip_config_path (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chromeos/network/
H A Ddevice_state.cc128 const std::string& ip_config_path,
132 ip_config_path, &ip_config)) {
133 NET_LOG_EVENT("IPConfig Updated: " + ip_config_path, path());
136 NET_LOG_EVENT("IPConfig Added: " + ip_config_path, path());
138 ip_configs_.SetWithoutPathExpansion(ip_config_path, ip_config);
127 IPConfigPropertiesChanged( const std::string& ip_config_path, const base::DictionaryValue& properties) argument
H A Dshill_property_handler.cc491 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,
527 ip_config_path.c_str(), call_status), path);
531 listener_->UpdateIPConfigProperties(type, path, ip_config_path, properties);
516 GetIPConfigCallback( ManagedState::ManagedType type, const std::string& path, const std::string& ip_config_path, DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
H A Ddevice_state.h29 void IPConfigPropertiesChanged(const std::string& ip_config_path,
H A Dshill_property_handler.h78 const std::string& ip_config_path,
212 const std::string& ip_config_path,
H A Dnetwork_state_handler.h277 const std::string& ip_config_path,
H A Dshill_property_handler_unittest.cc78 const std::string& ip_config_path,
80 AddPropertyUpdate(shill::kIPConfigsProperty, ip_config_path);
H A Dnetwork_state_handler.cc641 const std::string& ip_config_path,
655 device->IPConfigPropertiesChanged(ip_config_path, properties);
638 UpdateIPConfigProperties( ManagedState::ManagedType type, const std::string& path, const std::string& ip_config_path, const base::DictionaryValue& properties) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_ipconfig_client.cc101 const std::string& ip_config_path,
103 ipconfigs_.SetWithoutPathExpansion(ip_config_path, properties.DeepCopy());
100 AddIPConfig( const std::string& ip_config_path, const base::DictionaryValue& properties) argument
H A Dfake_shill_ipconfig_client.h48 virtual void AddIPConfig(const std::string& ip_config_path,
H A Dshill_ipconfig_client.h44 virtual void AddIPConfig(const std::string& ip_config_path,

Completed in 140 milliseconds