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/
fake_shill_ipconfig_client.h 27 const dbus::ObjectPath& ipconfig_path,
30 const dbus::ObjectPath& ipconfig_path,
32 virtual void Refresh(const dbus::ObjectPath& ipconfig_path,
34 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
36 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
40 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
43 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
56 // Dictionary of <ipconfig_path, property dictionaries>
shill_ipconfig_client.h 57 // Adds a property changed |observer| for the ipconfig at |ipconfig_path|.
59 const dbus::ObjectPath& ipconfig_path,
62 // Removes a property changed |observer| for the ipconfig at |ipconfig_path|.
64 const dbus::ObjectPath& ipconfig_path,
69 virtual void Refresh(const dbus::ObjectPath& ipconfig_path,
74 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
79 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
86 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
92 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
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,
65 ShillClientHelper* GetHelper(const dbus::ObjectPath& ipconfig_path) {
    [all...]
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_service_client.h 89 const std::string& ipconfig_path,
shill_service_client.h 57 const std::string& ipconfig_path,
fake_shill_service_client.cc 313 type, state, "" /* ipconfig_path */,
323 const std::string& ipconfig_path,
336 if (!ipconfig_path.empty()) {
339 new base::StringValue(ipconfig_path));
fake_shill_manager_client.cc 257 std::string ipconfig_path; local
258 properties.GetString(shill::kIPConfigProperty, &ipconfig_path);
270 shill::kStateIdle, ipconfig_path,
    [all...]
  /external/chromium_org/chromeos/network/
network_device_handler_impl.cc 64 void IPConfigRefreshCallback(const std::string& ipconfig_path,
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));
shill_property_handler_unittest.cc 225 const std::string& ipconfig_path) {
232 ipconfig_path,

Completed in 2015 milliseconds