Searched defs:ip_config_path (Results 1 - 4 of 4) 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 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

Completed in 1124 milliseconds