Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/shill/
Dproperty_store_unittest.h76 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
81 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
86 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
91 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
96 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
101 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
106 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
111 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
116 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
121 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty() function
[all …]
Dproperty_store.cc241 return GetProperty(name, value, error, bool_properties_, "a bool"); in GetBoolProperty()
247 return GetProperty(name, value, error, int16_properties_, "an int16_t"); in GetInt16Property()
253 return GetProperty(name, value, error, int32_properties_, "an int32_t"); in GetInt32Property()
259 return GetProperty(name, value, error, key_value_store_properties_, in GetKeyValueStoreProperty()
266 return GetProperty(name, value, error, rpc_identifier_properties_, in GetRpcIdentifierProperty()
273 return GetProperty(name, value, error, string_properties_, "a string"); in GetStringProperty()
279 return GetProperty(name, values, error, stringmap_properties_, in GetStringmapProperty()
286 return GetProperty(name, values, error, stringmaps_properties_, in GetStringmapsProperty()
293 return GetProperty(name, values, error, strings_properties_, "a string list"); in GetStringsProperty()
299 return GetProperty(name, value, error, uint8_properties_, "a uint8_t"); in GetUint8Property()
[all …]
Dproperty_store.h272 bool GetProperty(
Dproperty_store_unittest.cc152 TYPED_TEST(PropertyStoreTypedTest, GetProperty) { in TYPED_TEST() argument
161 EXPECT_TRUE(PropertyStoreTest::GetProperty( in TYPED_TEST()
/system/bt/test/suite/adapter/
Dadapter_unittest.cpp82 bt_property_t *name_property = GetProperty(BT_PROPERTY_BDNAME); in TEST_F()
94 EXPECT_TRUE(GetProperty(BT_PROPERTY_BDNAME)) in TEST_F()
96 EXPECT_TRUE(property_equals(GetProperty(BT_PROPERTY_BDNAME), new_name)) in TEST_F()
98 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name in TEST_F()
105 EXPECT_TRUE(property_equals(GetProperty(BT_PROPERTY_BDNAME), old_name_property)) in TEST_F()
107 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name in TEST_F()
Dbluetooth_test.h60 bt_property_t* GetProperty(bt_property_type_t type);
Dbluetooth_test.cpp85 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty() function in bttest::BluetoothTest
/system/nativepower/daemon/
Dpower_manager_unittest.cc145 property_setter_->GetProperty(ANDROID_RB_PROPERTY)); in TEST_F()
150 property_setter_->GetProperty(ANDROID_RB_PROPERTY)); in TEST_F()
155 EXPECT_EQ("", property_setter_->GetProperty(ANDROID_RB_PROPERTY)); in TEST_F()
161 property_setter_->GetProperty(ANDROID_RB_PROPERTY)); in TEST_F()
168 property_setter_->GetProperty(ANDROID_RB_PROPERTY)); in TEST_F()
173 EXPECT_EQ("", property_setter_->GetProperty(ANDROID_RB_PROPERTY)); in TEST_F()
Dsystem_property_setter_stub.cc25 std::string SystemPropertySetterStub::GetProperty( in GetProperty() function in android::SystemPropertySetterStub
Dsystem_property_setter_stub.h37 std::string GetProperty(const std::string& key) const;
/system/core/bootstat/
Dbootstat.cpp89 std::string GetProperty(const char* key) { in GetProperty() function
150 std::string build_date_str = GetProperty("ro.build.date.utc"); in CalculateBootCompletePrefix()
221 int32_t boot_reason = BootReasonStrToEnum(GetProperty("ro.boot.bootreason")); in RecordBootReason()