OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
163
bool EvaluationContext::
RunOnValueChangeOrTimeout
(Closure callback) {
166
LOG(ERROR) << "
RunOnValueChangeOrTimeout
called more than once.";
172
LOG(ERROR) << "
RunOnValueChangeOrTimeout
called on an expired context.";
Completed in 58 milliseconds