Searched defs:GetProperties (Results 1 - 11 of 11) sorted by relevance

/system/connectivity/shill/dbus/
H A Dchromeos_ipconfig_dbus_adaptor.cc98 bool ChromeosIPConfigDBusAdaptor::GetProperties( function in class:shill::ChromeosIPConfigDBusAdaptor
101 return ChromeosDBusAdaptor::GetProperties(ipconfig_->store(),
H A Dchromeos_profile_dbus_adaptor.cc84 bool ChromeosProfileDBusAdaptor::GetProperties( function in class:shill::ChromeosProfileDBusAdaptor
87 return ChromeosDBusAdaptor::GetProperties(profile_->store(),
111 return ChromeosDBusAdaptor::GetProperties(service->store(),
H A Dchromeos_dbus_adaptor.cc67 bool ChromeosDBusAdaptor::GetProperties( function in class:shill::ChromeosDBusAdaptor
72 store.GetProperties(out_properties, &e);
H A Dchromeos_service_dbus_adaptor.cc113 bool ChromeosServiceDBusAdaptor::GetProperties( function in class:shill::ChromeosServiceDBusAdaptor
116 return ChromeosDBusAdaptor::GetProperties(service_->store(),
H A Dchromeos_device_dbus_adaptor.cc135 bool ChromeosDeviceDBusAdaptor::GetProperties( function in class:shill::ChromeosDeviceDBusAdaptor
138 return ChromeosDBusAdaptor::GetProperties(device_->store(),
H A Dchromeos_manager_dbus_adaptor.cc118 bool ChromeosManagerDBusAdaptor::GetProperties( function in class:shill::ChromeosManagerDBusAdaptor
121 return ChromeosDBusAdaptor::GetProperties(manager_->store(),
/system/connectivity/shill/cellular/
H A Dcellular_capability_cdma.cc280 void CellularCapabilityCDMA::GetProperties(const ResultCallback& callback) { function in class:shill::CellularCapabilityCDMA
H A Dcellular_capability_universal_cdma.cc258 void CellularCapabilityUniversalCDMA::GetProperties() { function in class:shill::CellularCapabilityUniversalCDMA
260 CellularCapabilityUniversal::GetProperties();
H A Dcellular_capability_gsm.cc199 tasks->push_back(Bind(&CellularCapabilityGSM::GetProperties,
433 void CellularCapabilityGSM::GetProperties(const ResultCallback& callback) { function in class:shill::CellularCapabilityGSM
H A Dcellular_capability_universal.cc290 // TODO(jglasgow): handle errors from GetProperties
291 GetProperties();
745 void CellularCapabilityUniversal::GetProperties() { function in class:shill::CellularCapabilityUniversal
/system/connectivity/shill/
H A Dproperty_store.cc123 bool PropertyStore::GetProperties(brillo::VariantDictionary* out, function in class:shill::PropertyStore

Completed in 453 milliseconds