Searched defs:GetProperty (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/liblp/ | ||
D | property_fetcher.cpp | 26 std::string PropertyFetcher::GetProperty(const std::string& key, const std::string& default_value) { in GetProperty() function in android::fs_mgr::PropertyFetcher |
/system/bt/test/suite/adapter/ | ||
D | bluetooth_test.cc | 88 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty() function in bttest::BluetoothTest |
/system/apex/apexd/ | ||
D | apex_database.cpp | 78 Result<std::string> GetProperty(const std::string& property) const { in GetProperty() function in android::apex::__anon837c15e40111::BlockDevice |
/system/libbase/ | ||
D | properties.cpp | 109 std::string GetProperty(const std::string& key, const std::string& default_value) { in GetProperty() function |
/system/bt/gd/storage/ | ||
D | config_cache.cc | 137 std::optional<std::string> ConfigCache::GetProperty(const std::string& section, const std::string& … in GetProperty() function in bluetooth::storage::ConfigCache |