/system/connectivity/shill/ |
D | property_store_unittest.h | 76 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 …]
|
D | property_store.cc | 241 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 …]
|
D | property_store.h | 272 bool GetProperty(
|
D | property_store_unittest.cc | 152 TYPED_TEST(PropertyStoreTypedTest, GetProperty) { in TYPED_TEST() argument 161 EXPECT_TRUE(PropertyStoreTest::GetProperty( in TYPED_TEST()
|
/system/bt/test/suite/adapter/ |
D | adapter_unittest.cpp | 82 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()
|
D | bluetooth_test.h | 60 bt_property_t* GetProperty(bt_property_type_t type);
|
D | bluetooth_test.cpp | 85 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty() function in bttest::BluetoothTest
|
/system/nativepower/daemon/ |
D | power_manager_unittest.cc | 145 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()
|
D | system_property_setter_stub.cc | 25 std::string SystemPropertySetterStub::GetProperty( in GetProperty() function in android::SystemPropertySetterStub
|
D | system_property_setter_stub.h | 37 std::string GetProperty(const std::string& key) const;
|
/system/core/bootstat/ |
D | bootstat.cpp | 89 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()
|