Searched refs:ActionTraits (Results 1 - 11 of 11) sorted by relevance

/system/update_engine/common/
H A Daction.h63 // ActionTraits
65 // We need to use an extra class ActionTraits. ActionTraits is a simple
77 // consulting ActionTraits<T>::InputObjectType (and OutputObjectType).
78 // This is why the ActionTraits classes are needed.
151 class ActionTraits;
166 typename ActionTraits<SubClass>::InputObjectType>>& in_pipe) {
178 typename ActionTraits<SubClass>::OutputObjectType>>& out_pipe) {
188 const typename ActionTraits<SubClass>::InputObjectType& GetInputObject()
203 const typename ActionTraits<SubClas
[all...]
H A Daction_pipe_unittest.cc32 class ActionTraits<ActionPipeTestAction> { class in namespace:chromeos_update_engine
H A Dmock_action.h31 class ActionTraits<MockAction> { class in namespace:chromeos_update_engine
H A Daction_unittest.cc32 class ActionTraits<ActionTestAction> { class in namespace:chromeos_update_engine
H A Dtest_utils.h215 class ActionTraits<ObjectFeederAction<T>> { class in namespace:chromeos_update_engine
249 class ActionTraits<ObjectCollectorAction<T>> { class in namespace:chromeos_update_engine
H A Daction_processor_unittest.cc35 class ActionTraits<ActionProcessorTestAction> { class in namespace:chromeos_update_engine
/system/update_engine/
H A Domaha_response_handler_action.h37 class ActionTraits<OmahaResponseHandlerAction> { class in namespace:chromeos_update_engine
47 typedef ActionTraits<OmahaResponseHandlerAction>::InputObjectType
49 typedef ActionTraits<OmahaResponseHandlerAction>::OutputObjectType
H A Domaha_request_action.h104 class ActionTraits<OmahaRequestAction> { class in namespace:chromeos_update_engine
152 typedef ActionTraits<OmahaRequestAction>::InputObjectType InputObjectType;
153 typedef ActionTraits<OmahaRequestAction>::OutputObjectType OutputObjectType;
H A Domaha_request_action_unittest.cc268 class ActionTraits<OutputObjectCollectorAction> { class in namespace:chromeos_update_engine
296 ActionTraits<OutputObjectCollectorAction>::InputObjectType;
298 ActionTraits<OutputObjectCollectorAction>::OutputObjectType;
/system/update_engine/payload_consumer/
H A Dinstall_plan.h118 class ActionTraits<InstallPlanAction> { class in namespace:chromeos_update_engine
147 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
148 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
H A Ddownload_action_unittest.cc324 class ActionTraits<DownloadActionTestAction> { class in namespace:chromeos_update_engine

Completed in 15 milliseconds