Searched defs:GetProperty (Results 1 - 5 of 5) sorted by relevance

/system/nativepower/daemon/
H A Dsystem_property_setter_stub.cc25 std::string SystemPropertySetterStub::GetProperty( function in class:android::SystemPropertySetterStub
/system/bt/test/suite/adapter/
H A Dbluetooth_test.cpp85 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { function in class:bttest::BluetoothTest
/system/connectivity/shill/
H A Dproperty_store_unittest.h74 // Convenience overloads for GetProperty. Normally, we don't overload
76 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
81 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
86 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
91 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
96 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
101 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
106 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
111 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
116 static bool GetProperty(cons function in class:shill::PropertyStoreTest
121 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
126 static bool GetProperty(const PropertyStore& store, const std::string& name, function in class:shill::PropertyStoreTest
[all...]
H A Dproperty_store.cc241 return GetProperty(name, value, error, bool_properties_, "a bool");
247 return GetProperty(name, value, error, int16_properties_, "an int16_t");
253 return GetProperty(name, value, error, int32_properties_, "an int32_t");
259 return GetProperty(name, value, error, key_value_store_properties_,
266 return GetProperty(name, value, error, rpc_identifier_properties_,
273 return GetProperty(name, value, error, string_properties_, "a string");
279 return GetProperty(name, values, error, stringmap_properties_,
286 return GetProperty(name, values, error, stringmaps_properties_,
293 return GetProperty(name, values, error, strings_properties_, "a string list");
299 return GetProperty(nam
896 bool PropertyStore::GetProperty( function in class:shill::PropertyStore
[all...]
/system/core/bootstat/
H A Dbootstat.cpp89 std::string GetProperty(const char* key) { function in namespace:__anon1508
150 std::string build_date_str = GetProperty("ro.build.date.utc");
221 int32_t boot_reason = BootReasonStrToEnum(GetProperty("ro.boot.bootreason"));

Completed in 1963 milliseconds