Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 5 of 5) sorted by relevance

/system/linkerconfig/modules/
Dvariables.cc27 std::optional<std::string> Variables::GetValue(const std::string& variable) { in GetValue() function in android::linkerconfig::modules::Variables
/system/keymaster/tests/
Dauthorization_set_test.cpp435 TEST(GetValue, GetInt) { in TEST() argument
453 TEST(GetValue, GetLong) { in TEST() argument
473 TEST(GetValue, GetLongRep) { in TEST() argument
497 TEST(GetValue, GetEnum) { in TEST() argument
516 TEST(GetValue, GetEnumRep) { in TEST() argument
536 TEST(GetValue, GetDate) { in TEST() argument
555 TEST(GetValue, GetBlob) { in TEST() argument
/system/connectivity/wificond/net/
Dnl80211_attribute.h102 T GetValue() const { in GetValue() function
126 std::array<uint8_t, N> GetValue() const { in GetValue() function
Dnl80211_attribute.cpp137 vector<uint8_t> NL80211Attr<vector<uint8_t>>::GetValue() const { in GetValue() function in android::wificond::NL80211Attr
159 string NL80211Attr<string>::GetValue() const { in GetValue() function in android::wificond::NL80211Attr
/system/update_engine/common/
Dfake_prefs.cc167 bool FakePrefs::GetValue(std::string_view key, T* value) const { in GetValue() function in chromeos_update_engine::FakePrefs