Searched defs:GetValue (Results 1 - 9 of 9) 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
67 virtual const int* GetValue(TimeDelta /* timeout */, function in class:chromeos_update_manager::CurrHourVariable
H A Dreal_updater_provider.cc102 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override {
121 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override {
154 const Stage* GetValue(TimeDelta /* timeout */, string* errmsg) override;
174 const Stage* StageVariable::GetValue(TimeDelta /* timeout */, function in class:chromeos_update_manager::StageVariable
196 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override {
214 const uint64_t* GetValue(TimeDelta /* timeout */, string* errmsg) override {
238 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override {
268 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override {
289 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override {
357 const unsigned int* GetValue(TimeDelt
[all...]
/system/connectivity/wificond/net/
H A Dnl80211_attribute.h102 T GetValue() const { function in class:android::wificond::NL80211Attr
113 std::vector<uint8_t> GetValue() const;
125 std::string GetValue() const;
168 *value = attribute.GetValue();
197 attr_list.emplace_back(attribute.GetValue());
H A Dnl80211_attribute.cpp137 vector<uint8_t> NL80211Attr<vector<uint8_t>>::GetValue() const { function in class:android::wificond::NL80211Attr
159 string NL80211Attr<string>::GetValue() const { function in class:android::wificond::NL80211Attr
/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.cc179 std::string label = GetValue(attributes, CKA_LABEL);
181 values_[label] = GetValue(attributes, CKA_VALUE);
228 values_[handles_[object_handle]] = GetValue(attributes, CKA_VALUE);
237 std::string label = GetValue(attributes, CKA_LABEL);
238 std::string value = GetValue(attributes, CKA_VALUE);
276 std::string GetValue(const std::vector<uint8_t>& attributes, function in class:attestation::KeyStoreTest
/system/iot/attestation/at-factory-tool/
H A Datft.py261 def GetValue(self): member in class:Event
871 # Replace existing message. Need to clean first. The GetValue() returns
873 current_text = text_entry.GetValue().encode('utf-8')
1195 value = self.change_threshold_dialog.GetValue()
1373 msg = str(event.GetValue())
1432 msg = event.GetValue()
1491 data = event.GetValue()
/system/tools/aidl/
H A Daidl_language.h165 int GetValue() const { return value_; } function in class:AidlIntConstant
184 const std::string& GetValue() const { return value_; } function in class:AidlStringConstant

Completed in 388 milliseconds