OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResetEvaluation
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/update_manager/
evaluation_context.h
52
// // The following call to
ResetEvaluation
() is optional. Use it to reset the
55
// ec->
ResetEvaluation
();
63
// // call ec->
ResetEvaluation
() to start a new evaluation.
104
void
ResetEvaluation
();
182
// every time
ResetEvaluation
() is called.
evaluation_context.cc
77
ResetEvaluation
();
141
void EvaluationContext::
ResetEvaluation
() {
update_manager-inl.h
49
ec->
ResetEvaluation
();
evaluation_context_unittest.cc
376
// Advance the time on the clock but don't call
ResetEvaluation
yet.
384
// Call
ResetEvaluation
now, which should use the new evaluation time.
385
eval_ctx_->
ResetEvaluation
();
397
// Advance the time on the clock but don't call
ResetEvaluation
yet.
405
// Call
ResetEvaluation
now, which should use the new evaluation time.
406
eval_ctx_->
ResetEvaluation
();
chromeos_policy_unittest.cc
190
eval_ctx_->
ResetEvaluation
();
[
all
...]
Completed in 50 milliseconds