Searched defs:GetValue (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/update_manager/
H A Devaluation_context-inl.h27 const T* EvaluationContext::GetValue(Variable<T>* var) { function in class:chromeos_update_manager::EvaluationContext
29 LOG(ERROR) << "GetValue received an uninitialized variable.";
40 const T* result = var->GetValue(RemainingTime(evaluation_monotonic_deadline_),
H A Dreal_time_provider.cc41 virtual const Time* GetValue(TimeDelta /* timeout */, function in class:chromeos_update_manager::CurrDateVariable
64 virtual const int* GetValue(TimeDelta /* timeout */, function in class:chromeos_update_manager::CurrHourVariable
H A Dreal_updater_provider.cc93 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override {
112 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override {
145 const Stage* GetValue(TimeDelta /* timeout */, string* errmsg) override;
165 const Stage* StageVariable::GetValue(TimeDelta /* timeout */, function in class:chromeos_update_manager::StageVariable
187 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override {
205 const int64_t* GetValue(TimeDelta /* timeout */, string* errmsg) override {
235 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override {
265 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override {
286 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override {
354 const unsigned int* GetValue(TimeDelt
[all...]
/system/update_engine/common/
H A Dfake_prefs.cc65 return GetValue(key, value);
74 return GetValue(key, value);
83 return GetValue(key, value);
141 bool FakePrefs::GetValue(const string& key, T* value) const { function in class:chromeos_update_engine::FakePrefs
/system/tpm/attestation/server/
H A Dpkcs11_key_store_test.cc183 std::string label = GetValue(attributes, CKA_LABEL);
185 values_[label] = GetValue(attributes, CKA_VALUE);
233 values_[handles_[object_handle]] = GetValue(attributes, CKA_VALUE);
242 std::string label = GetValue(attributes, CKA_LABEL);
243 std::string value = GetValue(attributes, CKA_VALUE);
281 std::string GetValue(const std::vector<uint8_t>& attributes, function in class:attestation::KeyStoreTest
/system/tools/aidl/
H A Daidl_language.h149 int GetValue() const { return value_; } function in class:AidlConstant

Completed in 864 milliseconds