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

  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client.h 46 // Adds a property changed |observer| for the ipconfig at |ipconfig_path|.
48 const dbus::ObjectPath& ipconfig_path,
51 // Removes a property changed |observer| for the ipconfig at |ipconfig_path|.
53 const dbus::ObjectPath& ipconfig_path,
58 virtual void Refresh(const dbus::ObjectPath& ipconfig_path,
63 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
68 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
75 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
81 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
fake_shill_ipconfig_client.cc 31 const dbus::ObjectPath& ipconfig_path,
36 const dbus::ObjectPath& ipconfig_path,
40 void FakeShillIPConfigClient::Refresh(const dbus::ObjectPath& ipconfig_path,
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,
    [all...]
fake_shill_ipconfig_client.h 25 const dbus::ObjectPath& ipconfig_path,
28 const dbus::ObjectPath& ipconfig_path,
30 virtual void Refresh(const dbus::ObjectPath& ipconfig_path,
32 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
34 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
38 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
41 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
49 // Dictionary of <ipconfig_path, property dictionaries>
shill_ipconfig_client.cc 31 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,
64 ShillClientHelper* GetHelper(const dbus::ObjectPath& ipconfig_path) {
    [all...]
shill_service_client.h 57 const std::string& ipconfig_path,
fake_shill_service_client.h 89 const std::string& ipconfig_path,
fake_shill_manager_client.cc 228 std::string ipconfig_path; local
229 properties.GetString(shill::kIPConfigProperty, &ipconfig_path);
238 shill::kStateIdle, ipconfig_path,
fake_shill_service_client.cc 335 const std::string& ipconfig_path,
358 if (!ipconfig_path.empty())
361 base::Value::CreateStringValue(ipconfig_path));
  /external/chromium_org/chromeos/network/
network_device_handler.cc 56 void IPConfigRefreshCallback(const std::string& ipconfig_path,
61 ipconfig_path);
63 NET_LOG_EVENT("IPConfigs.Refresh Succeeded", ipconfig_path);
85 std::string ipconfig_path; local
86 if (!ip_configs->GetString(i, &ipconfig_path))
89 dbus::ObjectPath(ipconfig_path),
90 base::Bind(&IPConfigRefreshCallback, ipconfig_path));
shill_property_handler_unittest.cc 216 const std::string& ipconfig_path,
220 ipconfig_path,

Completed in 409 milliseconds