OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionComplete
(Results
1 - 12
of
12
) sorted by null
/system/update_engine/common/
action_processor.h
89
void
ActionComplete
(AbstractAction* actionptr, ErrorCode code);
action_unittest.cc
49
processor()->
ActionComplete
(this, ErrorCode::kSuccess);
action_processor_unittest.cc
52
processor()->
ActionComplete
(this, ErrorCode::kSuccess);
216
action_processor_.
ActionComplete
(&mock_action_, ErrorCode::kSuccess);
233
action_processor_.
ActionComplete
(&mock_action_, ErrorCode::kSuccess);
action_processor.cc
93
// The current_action_ did not call
ActionComplete
while suspended, so we
98
// The last action called
ActionComplete
while suspended, so there is
107
void ActionProcessor::
ActionComplete
(AbstractAction* actionptr,
test_utils.h
227
this->processor_->
ActionComplete
(this, ErrorCode::kSuccess);
261
this->processor_->
ActionComplete
(this, ErrorCode::kSuccess);
utils.h
364
// A little object to call
ActionComplete
on the ActionProcessor when
376
processor_->
ActionComplete
(action_, code_);
/system/update_engine/payload_consumer/
install_plan.h
149
processor_->
ActionComplete
(this, ErrorCode::kSuccess);
download_action.cc
383
processor_->
ActionComplete
(this, code);
388
processor_->
ActionComplete
(this, code_);
filesystem_verifier_action.cc
86
processor_->
ActionComplete
(this, code);
download_action_unittest.cc
345
processor()->
ActionComplete
(this, ErrorCode::kSuccess);
/system/update_engine/
omaha_request_action.cc
700
processor_->
ActionComplete
(this, ErrorCode::kSuccess);
[
all
...]
omaha_request_action_unittest.cc
333
processor_->
ActionComplete
(this, ErrorCode::kSuccess);
[
all
...]
Completed in 309 milliseconds