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.cc406 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time - in TEST_F()
408 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()
409 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
415 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time - in TEST_F()
417 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()
418 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
434 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
459 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
461 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
Devaluation_context.h89 bool IsMonotonicTimeGreaterThan(base::Time timestamp);
Ddefault_policy.cc53 ec->IsMonotonicTimeGreaterThan( in UpdateCheckAllowed()
Devaluation_context.cc137 bool EvaluationContext::IsMonotonicTimeGreaterThan(Time timestamp) { in IsMonotonicTimeGreaterThan() function in chromeos_update_manager::EvaluationContext