HomeSort by relevance Sort by last modified time
    Searched defs:GetProperties (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /system/connectivity/shill/dbus/
chromeos_ipconfig_dbus_adaptor.cc 98 bool ChromeosIPConfigDBusAdaptor::GetProperties(
101 return ChromeosDBusAdaptor::GetProperties(ipconfig_->store(),
chromeos_profile_dbus_adaptor.cc 84 bool ChromeosProfileDBusAdaptor::GetProperties(
87 return ChromeosDBusAdaptor::GetProperties(profile_->store(),
111 return ChromeosDBusAdaptor::GetProperties(service->store(),
chromeos_dbus_adaptor.cc 67 bool ChromeosDBusAdaptor::GetProperties(
72 store.GetProperties(out_properties, &e);
chromeos_service_dbus_adaptor.cc 113 bool ChromeosServiceDBusAdaptor::GetProperties(
116 return ChromeosDBusAdaptor::GetProperties(service_->store(),
chromeos_device_dbus_adaptor.cc 135 bool ChromeosDeviceDBusAdaptor::GetProperties(
138 return ChromeosDBusAdaptor::GetProperties(device_->store(),
chromeos_manager_dbus_adaptor.cc 118 bool ChromeosManagerDBusAdaptor::GetProperties(
121 return ChromeosDBusAdaptor::GetProperties(manager_->store(),
  /external/libchrome/dbus/
object_manager.cc 124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
347 PropertySet* properties = GetProperties(object_path, interface);
  /system/connectivity/shill/cellular/
cellular_capability_cdma.cc 280 void CellularCapabilityCDMA::GetProperties(const ResultCallback& callback) {
cellular_capability_universal_cdma.cc 258 void CellularCapabilityUniversalCDMA::GetProperties() {
260 CellularCapabilityUniversal::GetProperties();
cellular_capability_gsm.cc 199 tasks->push_back(Bind(&CellularCapabilityGSM::GetProperties,
433 void CellularCapabilityGSM::GetProperties(const ResultCallback& callback) {
cellular_capability_universal.cc 290 // TODO(jglasgow): handle errors from GetProperties
291 GetProperties();
745 void CellularCapabilityUniversal::GetProperties() {
    [all...]
  /system/connectivity/shill/
property_store.cc 123 bool PropertyStore::GetProperties(brillo::VariantDictionary* out,
    [all...]
  /art/runtime/
runtime.h 308 const std::vector<std::string>& GetProperties() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netcon.h 255 virtual HRESULT WINAPI GetProperties(NETCON_PROPERTIES **ppProps) = 0;
269 HRESULT (WINAPI *GetProperties)(INetConnection *This,NETCON_PROPERTIES **ppProps);
285 #define INetConnection_GetProperties(This,ppProps) (This)->lpVtbl->GetProperties(This,ppProps)
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 584 milliseconds

1 2 3 4 5