Searched defs:StaticType (Results 1 - 8 of 8) sorted by relevance

/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.h66 static std::string StaticType() { return "FilesystemVerifierAction"; } function in class:chromeos_update_engine::FilesystemVerifierAction
67 std::string Type() const override { return StaticType(); }
H A Dpostinstall_runner_action.h59 static std::string StaticType() { return "PostinstallRunnerAction"; } function in class:chromeos_update_engine::PostinstallRunnerAction
60 std::string Type() const override { return StaticType(); }
H A Ddownload_action.h72 static std::string StaticType() { return "DownloadAction"; } function in class:chromeos_update_engine::DownloadAction
90 std::string Type() const override { return StaticType(); }
H A Dinstall_plan.h143 static std::string StaticType() { return "InstallPlanAction"; } function in class:chromeos_update_engine::InstallPlanAction
144 std::string Type() const override { return StaticType(); }
/system/update_engine/
H A Domaha_response_handler_action.h61 static std::string StaticType() { return "OmahaResponseHandlerAction"; } function in class:chromeos_update_engine::OmahaResponseHandlerAction
62 std::string Type() const override { return StaticType(); }
H A Domaha_request_action.h161 static std::string StaticType() { return "OmahaRequestAction"; } function in class:chromeos_update_engine::OmahaRequestAction
162 std::string Type() const override { return StaticType(); }
H A Domaha_request_action_unittest.cc256 if (action->Type() == OmahaRequestAction::StaticType())
291 static string StaticType() { function in class:chromeos_update_engine::OutputObjectCollectorAction
294 string Type() const { return StaticType(); }
/system/update_engine/common/
H A Dtest_utils.h236 static std::string StaticType() { return "ObjectFeederAction"; } function in class:chromeos_update_engine::ObjectFeederAction
237 std::string Type() const { return StaticType(); }
270 static std::string StaticType() { return "ObjectCollectorAction"; } function in class:chromeos_update_engine::ObjectCollectorAction
271 std::string Type() const { return StaticType(); }

Completed in 288 milliseconds