/system/connectivity/shill/ |
hook_table_unittest.cc | 73 hook_table_.ActionComplete(kName); 81 hook_table->ActionComplete(name); 85 hook_table->ActionComplete(name); 164 hook_table_.ActionComplete(kName2); 165 hook_table_.ActionComplete(kName3); 182 hook_table_.ActionComplete(kName1); 183 hook_table_.ActionComplete(kName3); 205 hook_table_.ActionComplete(kName); 227 hook_table_.ActionComplete(kName); 274 hook_table_.ActionComplete(kName) [all...] |
hook_table.h | 69 void ActionComplete(const std::string& name);
|
hook_table.cc | 61 void HookTable::ActionComplete(const std::string& name) { 89 // ActionComplete() will cause the |done| callback to be invoked before the
|
manager.cc | [all...] |
/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 | 234 this->processor_->ActionComplete(this, ErrorCode::kSuccess); 268 this->processor_->ActionComplete(this, ErrorCode::kSuccess);
|
utils.h | 429 // A little object to call ActionComplete on the ActionProcessor when 441 processor_->ActionComplete(action_, code_);
|
/system/update_engine/payload_consumer/ |
install_plan.h | 139 processor_->ActionComplete(this, ErrorCode::kSuccess);
|
download_action.cc | 318 processor_->ActionComplete(this, code); 323 processor_->ActionComplete(this, code_);
|
filesystem_verifier_action.cc | 126 processor_->ActionComplete(this, code);
|
download_action_unittest.cc | 344 processor()->ActionComplete(this, ErrorCode::kSuccess);
|
/system/update_engine/ |
omaha_request_action.cc | 628 processor_->ActionComplete(this, ErrorCode::kSuccess); [all...] |
omaha_request_action_unittest.cc | 284 processor_->ActionComplete(this, ErrorCode::kSuccess); [all...] |