Home
last modified time | relevance | path

Searched refs:HasOutputPipe (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/update_engine/common/
H A Daction.h197 bool HasOutputPipe() const { return out_pipe_.get(); } in HasOutputPipe() function
204 CHECK(HasOutputPipe()); in SetOutputObject()
210 CHECK(HasOutputPipe()); in GetOutputObject()
H A Dtest_utils.h190 if (this->HasOutputPipe()) { in PerformAction()
/aosp12/system/update_engine/cros/
H A Domaha_response_handler_action.cc221 TEST_AND_RETURN(HasOutputPipe()); in PerformAction()
222 if (HasOutputPipe()) in PerformAction()
H A Ddownload_action_chromeos.cc454 if (code == ErrorCode::kSuccess && HasOutputPipe()) in TransferComplete()
H A Domaha_request_action.cc966 CHECK(!HasOutputPipe()) << "No output pipe allowed for event requests."; in TransferComplete()
1047 if (!HasOutputPipe()) { in TransferComplete()
1493 if (HasOutputPipe()) { in ActionCompleted()
/aosp12/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.cc96 if (HasOutputPipe()) in PerformAction()
126 if (code == ErrorCode::kSuccess && HasOutputPipe()) in Cleanup()
H A Dinstall_plan.h198 if (HasOutputPipe()) { in PerformAction()
H A Dpostinstall_runner_action.cc406 if (HasOutputPipe()) { in Cleanup()
/aosp12/system/update_engine/
H A Ddownload_action.cc266 if (code == ErrorCode::kSuccess && HasOutputPipe()) in TransferComplete()