Home
last modified time | relevance | path

Searched refs:IsMonotonicTimeGreaterThan (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/update_manager/
Devaluation_context_unittest.cc403 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time - in TEST_F()
405 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()
406 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
412 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time - in TEST_F()
414 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()
415 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
431 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
456 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
458 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
Ddefault_policy.cc51 ec->IsMonotonicTimeGreaterThan( in UpdateCheckAllowed()
Devaluation_context.h93 bool IsMonotonicTimeGreaterThan(base::Time timestamp);
Devaluation_context.cc136 bool EvaluationContext::IsMonotonicTimeGreaterThan(Time timestamp) { in IsMonotonicTimeGreaterThan() function in chromeos_update_manager::EvaluationContext