Searched refs:OutputObjectType (Results 1 - 12 of 12) sorted by relevance

/system/update_engine/common/
H A Daction_pipe_unittest.cc34 typedef string OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
42 typedef string OutputObjectType; typedef in class:chromeos_update_engine::ActionPipeTestAction
H A Daction.h66 // templated class that contains only two typedefs: OutputObjectType and
74 // means that T::InputObjectType (and OutputObjectType) is not defined.
77 // consulting ActionTraits<T>::InputObjectType (and OutputObjectType).
176 // ActionPipe<OutputObjectType>.
178 typename ActionTraits<SubClass>::OutputObjectType>>& out_pipe) {
203 const typename ActionTraits<SubClass>::OutputObjectType& out_obj) {
209 const typename ActionTraits<SubClass>::OutputObjectType& GetOutputObject() {
221 std::shared_ptr<ActionPipe<typename ActionTraits<SubClass>::OutputObjectType>>
H A Dmock_action.h33 typedef NoneType OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
H A Daction_pipe.h47 // Used by Actions an InputObjectType or OutputObjectType to specify that
76 // it most likely means that the From object's OutputObjectType is
93 std::is_same<typename FromAction::OutputObjectType,
95 "FromAction::OutputObjectType doesn't match ToAction::InputObjectType");
96 ActionPipe<typename FromAction::OutputObjectType>::Bond(from, to);
H A Daction_unittest.cc34 typedef string OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
42 typedef string OutputObjectType; typedef in class:chromeos_update_engine::ActionTestAction
H A Dtest_utils.h217 typedef T OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
227 typedef T OutputObjectType; typedef in class:chromeos_update_engine::ObjectFeederAction
251 typedef NoneType OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
261 typedef NoneType OutputObjectType; typedef in class:chromeos_update_engine::ObjectCollectorAction
H A Daction_processor_unittest.cc37 typedef string OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
45 typedef string OutputObjectType; typedef in class:chromeos_update_engine::ActionProcessorTestAction
/system/update_engine/
H A Domaha_response_handler_action.h40 typedef InstallPlan OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
49 typedef ActionTraits<OmahaResponseHandlerAction>::OutputObjectType
50 OutputObjectType; typedef in class:chromeos_update_engine::OmahaResponseHandlerAction
H A Domaha_request_action.h110 typedef OmahaResponse OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
153 typedef ActionTraits<OmahaRequestAction>::OutputObjectType OutputObjectType; typedef in class:chromeos_update_engine::OmahaRequestAction
H A Domaha_request_action_unittest.cc273 typedef NoneType OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
297 using OutputObjectType =
298 ActionTraits<OutputObjectCollectorAction>::OutputObjectType;
/system/update_engine/payload_consumer/
H A Dinstall_plan.h122 typedef InstallPlan OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
147 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType; typedef in class:chromeos_update_engine::InstallPlanAction
H A Ddownload_action_unittest.cc326 typedef InstallPlan OutputObjectType; typedef in class:chromeos_update_engine::ActionTraits
335 typedef InstallPlan OutputObjectType; typedef in class:chromeos_update_engine::DownloadActionTestAction

Completed in 168 milliseconds