Home
last modified time | relevance | path

Searched defs:TimeDelta (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/update_manager/
Dreal_updater_provider.cc103 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
122 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
174 const Stage* StageVariable::GetValue(TimeDelta /* timeout */, string* errmsg) { in GetValue() argument
195 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
213 const uint64_t* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
237 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
267 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
288 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
352 const unsigned int* GetValue(TimeDelta /* timeout */, in GetValue() argument
371 const unsigned int* GetValue(TimeDelta /* timeout */, in GetValue() argument
[all …]
Dreal_time_provider.cc41 virtual const Time* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument
66 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument
84 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument
Dgeneric_variables.h95 inline const T* GetValue(base::TimeDelta /* timeout */, in GetValue()
134 const T* GetValue(base::TimeDelta /* timeout */, in GetValue()
158 const T* GetValue(base::TimeDelta /* timeout */, in GetValue()
209 const T* GetValue(base::TimeDelta /* timeout */, in GetValue()
Dfake_variable.h53 const T* GetValue(base::TimeDelta /* timeout */, in GetValue()
Dreal_random_provider.cc52 const uint64_t* GetValue(base::TimeDelta /* timeout */, in GetValue()
Dreal_system_provider.cc62 const T* GetValue(base::TimeDelta /* timeout */, in GetValue()
Dvariable_unittest.cc45 const T* GetValue(TimeDelta /* timeout */, string* /* errmsg */) override { in GetValue() argument
/system/update_engine/
Dmetrics_reporter_android.cc122 base::TimeDelta total_duration, in ReportSuccessfulUpdateMetrics()