HomeSort by relevance Sort by last modified time
    Searched refs:IsMonotonicTimeGreaterThan (Results 1 - 4 of 4) sorted by null

  /system/update_engine/update_manager/
evaluation_context_unittest.cc 400 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(
402 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time));
403 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(
409 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(
411 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time));
412 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(
428 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(
431 // The "false" from IsMonotonicTimeGreaterThan means that's not that timestamp
451 // IsMonotonicTimeGreaterThan() should ignore timestamps on the past for
453 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(
    [all...]
default_policy.cc 45 ec->IsMonotonicTimeGreaterThan(
evaluation_context.h 93 bool IsMonotonicTimeGreaterThan(base::Time timestamp);
evaluation_context.cc 136 bool EvaluationContext::IsMonotonicTimeGreaterThan(Time timestamp) {

Completed in 95 milliseconds