/system/update_engine/update_manager/ |
D | real_updater_provider.cc | 103 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 …]
|
D | real_time_provider.cc | 41 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
|
D | generic_variables.h | 95 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
|
D | evaluation_context-inl.h | 27 const T* EvaluationContext::GetValue(Variable<T>* var) { in GetValue() function
|
D | fake_variable.h | 53 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function
|
D | real_random_provider.cc | 52 const uint64_t* GetValue(base::TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::RandomSeedVariable
|
D | real_system_provider.cc | 62 const T* GetValue(base::TimeDelta /* timeout */, in GetValue() function in chromeos_update_manager::__anon3a42d1750111::RetryPollVariable
|
D | variable_unittest.cc | 45 const T* GetValue(TimeDelta /* timeout */, string* /* errmsg */) override { in GetValue() function in chromeos_update_manager::DefaultVariable
|
/system/linkerconfig/modules/ |
D | variables.cc | 29 std::optional<std::string> Variables::GetValue(const std::string& variable) { in GetValue() function in android::linkerconfig::modules::Variables
|
/system/connectivity/wificond/net/ |
D | nl80211_attribute.h | 102 T GetValue() const { in GetValue() function 126 std::array<uint8_t, N> GetValue() const { in GetValue() function
|
D | nl80211_attribute.cpp | 137 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/ |
D | authorization_set_test.cpp | 428 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/ |
D | fake_prefs.cc | 141 bool FakePrefs::GetValue(const string& key, T* value) const { in GetValue() function in chromeos_update_engine::FakePrefs
|
/system/tools/aidl/ |
D | aidl_language.h | 379 const AidlConstantValue& GetValue() const { return *value_; } in GetValue() function
|