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

  /system/update_engine/update_manager/
evaluation_context_unittest.cc 76 ASSERT_TRUE(ec->RunOnValueChangeOrTimeout(closure))
210 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
219 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&SetTrue, &value)));
238 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&SetTrue, &value)));
239 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&SetTrue, &value)));
253 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&SetTrue, &value)));
270 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&SetTrue, &value)));
280 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
284 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
293 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&SetTrue, &value)))
    [all...]
evaluation_context.h 61 // ec->RunOnValueChangeOrTimeout(closure);
118 bool RunOnValueChangeOrTimeout(base::Closure callback);
126 // RunOnValueChangeOrTimeout(). Also releases and returns the closure
update_manager-inl.h 102 if (ec->RunOnValueChangeOrTimeout(reeval_callback))
evaluation_context.cc 164 bool EvaluationContext::RunOnValueChangeOrTimeout(Closure callback) {
167 LOG(ERROR) << "RunOnValueChangeOrTimeout called more than once.";
173 LOG(ERROR) << "RunOnValueChangeOrTimeout called on an expired context.";

Completed in 252 milliseconds