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.cc400 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
402 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()
403 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
409 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
411 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan(cur_time)); in TEST_F()
412 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
428 EXPECT_FALSE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
453 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
455 EXPECT_TRUE(eval_ctx_->IsMonotonicTimeGreaterThan( in TEST_F()
Ddefault_policy.cc45 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