Home
last modified time | relevance | path

Searched refs:GetProperties (Results 1 – 25 of 58) sorted by relevance

123

/system/connectivity/shill/test-scripts/
Dtest-flimflam62 properties = network.GetProperties(utf8_strings = True)
97 properties = network.GetProperties(utf8_strings = True)
116 properties = network.GetProperties(utf8_strings = True)
132 properties = service.GetProperties(utf8_strings = True)
150 properties = manager.GetProperties(utf8_strings = True)
159 properties = manager.GetProperties(utf8_strings = True)
180 properties = service.GetProperties(utf8_strings = True)
210 properties = service.GetProperties(utf8_strings = True)
264 properties = service.GetProperties(utf8_strings = True)
298 properties = manager.GetProperties(utf8_strings = True)
[all …]
Dcheck-rssi10 device_properties = device.GetProperties(utf8_strings = True)
19 network_properties = network.GetProperties(utf8_strings = True)
38 properties = service.GetProperties(utf8_strings = True)
Dflimflam.py103 properties = service.GetProperties(utf8_strings = True)
318 properties = self.manager.GetProperties(utf8_strings = True)
325 properties = self.manager.GetProperties(utf8_strings = True)
329 obj_properties = obj.GetProperties(utf8_strings = True)
344 properties = self.manager.GetProperties(utf8_strings = True)
349 properties = self.manager.GetProperties(utf8_strings = True)
370 properties = self.manager.GetProperties(utf8_strings = True)
415 properties = self.manager.GetProperties(utf8_strings = True)
422 properties = self.manager.GetProperties(utf8_strings = True)
429 properties = self.manager.GetProperties(utf8_strings = True)
[all …]
Dset-address14 device_properties = device.GetProperties(utf8_strings = True)
18 ipconfig_properties = ipconfig.GetProperties(utf8_strings = True)
Dshow-introspection13 properties = manager.GetProperties(utf8_strings = True)
23 devprops = device_object.GetProperties(utf8_strings = True)
Dlist-ipconfigs20 properties = device.GetProperties(utf8_strings = True)
23 ipconfig_properties = ipconfig.GetProperties(utf8_strings = True)
Dtest-manager21 properties = obj.GetProperties(utf8_strings = True)
75 print_properties(manager.GetProperties(utf8_strings = True))
Dlist-services8 properties = service.GetProperties(utf8_strings = True)
Dlist-devices8 obj_properties = obj.GetProperties(utf8_strings = True)
Dlist-profiles23 obj_properties = obj.GetProperties(utf8_strings = True)
Dset-mtu14 device_properties = device.GetProperties(utf8_strings = True)
Dlist-active-service37 properties = service.GetProperties(utf8_strings = True)
Dget-service31 properties = service.GetProperties(utf8_strings = True)
/system/connectivity/shill/dbus/
Dchromeos_profile_dbus_adaptor.cc84 bool ChromeosProfileDBusAdaptor::GetProperties( in GetProperties() function in shill::ChromeosProfileDBusAdaptor
87 return ChromeosDBusAdaptor::GetProperties(profile_->store(), in GetProperties()
111 return ChromeosDBusAdaptor::GetProperties(service->store(), in GetEntry()
Dchromeos_ipconfig_dbus_adaptor.cc98 bool ChromeosIPConfigDBusAdaptor::GetProperties( in GetProperties() function in shill::ChromeosIPConfigDBusAdaptor
101 return ChromeosDBusAdaptor::GetProperties(ipconfig_->store(), in GetProperties()
Dchromeos_dbus_adaptor.cc67 bool ChromeosDBusAdaptor::GetProperties( in GetProperties() function in shill::ChromeosDBusAdaptor
72 store.GetProperties(out_properties, &e); in GetProperties()
Dchromeos_profile_dbus_adaptor.h61 bool GetProperties(brillo::ErrorPtr* error,
Dchromeos_ipconfig_dbus_adaptor.h62 bool GetProperties(brillo::ErrorPtr* error,
Dchromeos_service_dbus_adaptor.cc113 bool ChromeosServiceDBusAdaptor::GetProperties( in GetProperties() function in shill::ChromeosServiceDBusAdaptor
116 return ChromeosDBusAdaptor::GetProperties(service_->store(), in GetProperties()
Dchromeos_dbus_adaptor.h104 static bool GetProperties(const PropertyStore& store,
/system/connectivity/shill/bin/
Dset_arpgw48 dbus / $IMANAGER.GetProperties | sed -n "/$1/s/.* //p"
/system/weaved/buffet/
Dshill_client.cc52 if (!service->GetProperties(&properties, nullptr)) { in GetStateForService()
128 if (!manager_proxy_.GetProperties(&properties, nullptr)) { in Init()
224 if (!device->GetProperties(&device_properties, nullptr)) { in IsMonitoredDevice()
254 if (!manager_proxy_.GetProperties(&properties, nullptr)) { in OnManagerPropertyChangeRegistration()
324 if (!device->GetProperties(&properties, nullptr)) { in OnDevicePropertyChangeRegistration()
423 if (!service->GetProperties(&properties, nullptr)) { in OnServicePropertyChangeRegistration()
/system/update_engine/update_manager/
Dreal_shill_provider_unittest.cc218 EXPECT_CALL(*manager_proxy_mock, GetProperties(_, _, _)) in SetManagerReply()
232 EXPECT_CALL(*manager_proxy_mock, GetProperties(_, _, _)) in SetManagerReply()
258 EXPECT_CALL(*service_proxy_mock, GetProperties(_, _, _)) in SetServiceReply()
293 EXPECT_CALL(*manager_proxy_mock, GetProperties(_, _, _)) in TEST_F()
Dreal_shill_provider.cc77 if (!manager_proxy->GetProperties(&properties, &error)) in Init()
141 if (!service->GetProperties(&properties, &error)) { in ProcessDefaultService()
/system/update_engine/
Dconnection_manager.cc185 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error)); in GetDefaultServicePath()
206 TEST_AND_RETURN_FALSE(service->GetProperties(&properties, &error)); in GetServicePathProperties()

123