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

/system/update_engine/common/
H A Daction_pipe_unittest.cc35 typedef string InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
41 typedef string InputObjectType; typedef in class:chromeos_update_engine::ActionPipeTestAction
H A Daction.h67 // InputObjectType. Each action class also has two typedefs of the same name
70 // DownloadAction::InputObjectType.
74 // means that T::InputObjectType (and OutputObjectType) is not defined.
77 // consulting ActionTraits<T>::InputObjectType (and OutputObjectType).
164 // ActionPipe<InputObjectType>.
166 typename ActionTraits<SubClass>::InputObjectType>>& in_pipe) {
188 const typename ActionTraits<SubClass>::InputObjectType& GetInputObject()
219 std::shared_ptr<ActionPipe<typename ActionTraits<SubClass>::InputObjectType>>
H A Dmock_action.h34 typedef NoneType InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
H A Daction_unittest.cc35 typedef string InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
41 typedef string InputObjectType; typedef in class:chromeos_update_engine::ActionTestAction
H A Daction_pipe.h47 // Used by Actions an InputObjectType or OutputObjectType to specify that
77 // different from the To object's InputObjectType.
94 typename ToAction::InputObjectType>::value,
95 "FromAction::OutputObjectType doesn't match ToAction::InputObjectType");
H A Dtest_utils.h218 typedef NoneType InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
226 typedef NoneType InputObjectType; typedef in class:chromeos_update_engine::ObjectFeederAction
252 typedef T InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
260 typedef T InputObjectType; typedef in class:chromeos_update_engine::ObjectCollectorAction
H A Daction_processor_unittest.cc38 typedef string InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
44 typedef string InputObjectType; typedef in class:chromeos_update_engine::ActionProcessorTestAction
/system/update_engine/
H A Domaha_response_handler_action.h39 typedef OmahaResponse InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
47 typedef ActionTraits<OmahaResponseHandlerAction>::InputObjectType
48 InputObjectType; typedef in class:chromeos_update_engine::OmahaResponseHandlerAction
H A Domaha_request_action.h107 typedef NoneType InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
152 typedef ActionTraits<OmahaRequestAction>::InputObjectType InputObjectType; typedef in class:chromeos_update_engine::OmahaRequestAction
H A Domaha_request_action_unittest.cc271 typedef OmahaResponse InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
295 using InputObjectType =
296 ActionTraits<OutputObjectCollectorAction>::InputObjectType;
/system/update_engine/payload_consumer/
H A Dinstall_plan.h120 typedef InstallPlan InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
146 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType; typedef in class:chromeos_update_engine::InstallPlanAction
H A Ddownload_action_unittest.cc327 typedef InstallPlan InputObjectType; typedef in class:chromeos_update_engine::ActionTraits
334 typedef InstallPlan InputObjectType; typedef in class:chromeos_update_engine::DownloadActionTestAction

Completed in 3308 milliseconds