Searched defs:ipconfig_path (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_shill_ipconfig_client.cc31 const dbus::ObjectPath& ipconfig_path,
36 const dbus::ObjectPath& ipconfig_path,
40 void FakeShillIPConfigClient::Refresh(const dbus::ObjectPath& ipconfig_path, argument
45 const dbus::ObjectPath& ipconfig_path,
48 if (!ipconfigs_.GetDictionaryWithoutPathExpansion(ipconfig_path.value(),
59 const dbus::ObjectPath& ipconfig_path,
64 if (ipconfigs_.GetDictionaryWithoutPathExpansion(ipconfig_path.value(),
72 ipconfigs_.SetWithoutPathExpansion(ipconfig_path.value(),
80 const dbus::ObjectPath& ipconfig_path,
87 void FakeShillIPConfigClient::Remove(const dbus::ObjectPath& ipconfig_path, argument
30 AddPropertyChangedObserver( const dbus::ObjectPath& ipconfig_path, ShillPropertyChangedObserver* observer) argument
35 RemovePropertyChangedObserver( const dbus::ObjectPath& ipconfig_path, ShillPropertyChangedObserver* observer) argument
44 GetProperties( const dbus::ObjectPath& ipconfig_path, const DictionaryValueCallback& callback) argument
58 SetProperty( const dbus::ObjectPath& ipconfig_path, const std::string& name, const base::Value& value, const VoidDBusMethodCallback& callback) argument
79 ClearProperty( const dbus::ObjectPath& ipconfig_path, const std::string& name, const VoidDBusMethodCallback& callback) argument
[all...]
H A Dshill_ipconfig_client.cc31 const dbus::ObjectPath& ipconfig_path,
33 GetHelper(ipconfig_path)->AddPropertyChangedObserver(observer);
37 const dbus::ObjectPath& ipconfig_path,
39 GetHelper(ipconfig_path)->RemovePropertyChangedObserver(observer);
41 virtual void Refresh(const dbus::ObjectPath& ipconfig_path,
43 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
45 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
49 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
52 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
65 ShillClientHelper* GetHelper(const dbus::ObjectPath& ipconfig_path) { argument
91 GetProperties( const dbus::ObjectPath& ipconfig_path, const DictionaryValueCallback& callback) argument
99 Refresh( const dbus::ObjectPath& ipconfig_path, const VoidDBusMethodCallback& callback) argument
107 SetProperty( const dbus::ObjectPath& ipconfig_path, const std::string& name, const base::Value& value, const VoidDBusMethodCallback& callback) argument
149 ClearProperty( const dbus::ObjectPath& ipconfig_path, const std::string& name, const VoidDBusMethodCallback& callback) argument
160 Remove( const dbus::ObjectPath& ipconfig_path, const VoidDBusMethodCallback& callback) argument
[all...]
H A Dfake_shill_service_client.cc314 type, state, "" /* ipconfig_path */,
324 const std::string& ipconfig_path,
337 if (!ipconfig_path.empty()) {
340 new base::StringValue(ipconfig_path));
318 AddServiceWithIPConfig( const std::string& service_path, const std::string& guid, const std::string& name, const std::string& type, const std::string& state, const std::string& ipconfig_path, bool visible) argument
H A Dfake_shill_manager_client.cc258 std::string ipconfig_path; local
259 properties.GetString(shill::kIPConfigProperty, &ipconfig_path);
272 ipconfig_path,
/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_impl.cc64 void IPConfigRefreshCallback(const std::string& ipconfig_path, argument
69 ipconfig_path);
71 NET_LOG_EVENT("IPConfigs.Refresh Succeeded", ipconfig_path);
93 std::string ipconfig_path; local
94 if (!ip_configs->GetString(i, &ipconfig_path))
97 dbus::ObjectPath(ipconfig_path),
98 base::Bind(&IPConfigRefreshCallback, ipconfig_path));
H A Dshill_property_handler_unittest.cc230 const std::string& ipconfig_path) {
237 ipconfig_path,
227 AddServiceWithIPConfig(const std::string& type, const std::string& id, const std::string& state, const std::string& ipconfig_path) argument

Completed in 112 milliseconds