Searched refs:OmahaResponseHandlerAction (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/
H A Domaha_response_handler_action.h34 class OmahaResponseHandlerAction;
37 class ActionTraits<OmahaResponseHandlerAction> {
43 class OmahaResponseHandlerAction : public Action<OmahaResponseHandlerAction> { class in namespace:chromeos_update_engine
45 explicit OmahaResponseHandlerAction(SystemState* system_state);
47 typedef ActionTraits<OmahaResponseHandlerAction>::InputObjectType
49 typedef ActionTraits<OmahaResponseHandlerAction>::OutputObjectType
61 static std::string StaticType() { return "OmahaResponseHandlerAction"; }
86 OmahaResponseHandlerAction(SystemState* system_state,
93 DISALLOW_COPY_AND_ASSIGN(OmahaResponseHandlerAction);
[all...]
H A Domaha_response_handler_action.cc39 OmahaResponseHandlerAction::OmahaResponseHandlerAction( function in class:chromeos_update_engine::OmahaResponseHandlerAction
41 : OmahaResponseHandlerAction(system_state,
44 OmahaResponseHandlerAction::OmahaResponseHandlerAction( function in class:chromeos_update_engine::OmahaResponseHandlerAction
51 void OmahaResponseHandlerAction::PerformAction() {
162 bool OmahaResponseHandlerAction::AreHashChecksMandatory(
H A Dupdate_attempter.cc112 if (type == OmahaResponseHandlerAction::StaticType())
606 shared_ptr<OmahaResponseHandlerAction> response_handler_action(
607 new OmahaResponseHandlerAction(system_state_));
1028 if (type == OmahaResponseHandlerAction::StaticType()) {
1240 if ((action->Type() == OmahaResponseHandlerAction::StaticType() &&
H A Dupdate_attempter.h412 // Pointer to the OmahaResponseHandlerAction in the actions_ vector.
413 std::shared_ptr<OmahaResponseHandlerAction> response_handler_action_;
H A Dupdate_attempter_unittest.cc274 OmahaResponseHandlerAction omaha_response_handler_action(&fake_system_state_);
367 OmahaResponseHandlerAction::StaticType(),
569 OmahaResponseHandlerAction *response_action =
570 new OmahaResponseHandlerAction(&fake_system_state_);
H A Domaha_response_handler_action_unittest.cc55 // Return true iff the OmahaResponseHandlerAction succeeded.
75 if (action->Type() == OmahaResponseHandlerAction::StaticType()) {
126 OmahaResponseHandlerAction response_handler_action(

Completed in 66 milliseconds