Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc103 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::LastCheckedTimeVariable
122 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::ProgressVariable
174 const Stage* StageVariable::GetValue(TimeDelta /* timeout */, string* errmsg) { in GetValue() function in chromeos_update_manager::StageVariable
195 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::NewVersionVariable
213 const uint64_t* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::PayloadSizeVariable
237 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::UpdateCompletedTimeVariable
267 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::CurrChannelVariable
288 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() function in chromeos_update_manager::NewChannelVariable
352 const unsigned int* GetValue(TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::ConsecutiveFailedUpdateChecksVariable
371 const unsigned int* GetValue(TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::ServerDictatedPollIntervalVariable
[all …]
Dreal_time_provider.cc41 virtual const Time* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() function in chromeos_update_manager::CurrDateVariable
66 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() function in chromeos_update_manager::CurrHourVariable
84 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() function in chromeos_update_manager::CurrMinuteVariable
Dgeneric_variables.h95 inline const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function
134 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function
158 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function
209 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function
Devaluation_context-inl.h27 const T* EvaluationContext::GetValue(Variable<T>* var) { in GetValue() function
Dfake_variable.h53 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function
Dreal_random_provider.cc52 const uint64_t* GetValue(base::TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::RandomSeedVariable
Dreal_system_provider.cc62 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::__anon3a42d1750111::RetryPollVariable
Dvariable_unittest.cc45 const T* GetValue(TimeDelta /* timeout */, string* /* errmsg */) override { in GetValue() function in chromeos_update_manager::DefaultVariable
/system/linkerconfig/modules/
Dvariables.cc29 std::optional<std::string> Variables::GetValue(const std::string& variable) { in GetValue() function in android::linkerconfig::modules::Variables
/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/keymaster/tests/
Dauthorization_set_test.cpp428 TEST(GetValue, GetInt) { in TEST() argument
446 TEST(GetValue, GetLong) { in TEST() argument
466 TEST(GetValue, GetLongRep) { in TEST() argument
490 TEST(GetValue, GetEnum) { in TEST() argument
509 TEST(GetValue, GetEnumRep) { in TEST() argument
529 TEST(GetValue, GetDate) { in TEST() argument
548 TEST(GetValue, GetBlob) { in TEST() argument
/system/update_engine/common/
Dfake_prefs.cc141 bool FakePrefs::GetValue(const string& key, T* value) const { in GetValue() function in chromeos_update_engine::FakePrefs
/system/tools/aidl/
Daidl_language.h379 const AidlConstantValue& GetValue() const { return *value_; } in GetValue() function