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.cc95 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
114 const double* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
168 const Stage* StageVariable::GetValue(TimeDelta /* timeout */, string* errmsg) { in GetValue() argument
189 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
207 const uint64_t* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
231 const Time* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
261 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
282 const string* GetValue(TimeDelta /* timeout */, string* errmsg) override { in GetValue() argument
343 const unsigned int* GetValue(TimeDelta /* timeout */, in GetValue() argument
362 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
64 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument
80 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.cc65 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/aosp/
Dmetrics_reporter_android.cc170 base::TimeDelta total_duration, in ReportSuccessfulUpdateMetrics()