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

/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.h64 static std::string StaticType() { return "FilesystemVerifierAction"; } function in class:chromeos_update_engine::FilesystemVerifierAction
65 std::string Type() const override { return StaticType(); }
H A Dpostinstall_runner_action.h62 static std::string StaticType() { return "PostinstallRunnerAction"; } function in class:chromeos_update_engine::PostinstallRunnerAction
63 std::string Type() const override { return StaticType(); }
H A Ddownload_action.h71 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.h164 static std::string StaticType() { return "InstallPlanAction"; } function in class:chromeos_update_engine::InstallPlanAction
165 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.h162 static std::string StaticType() { return "OmahaRequestAction"; } function in class:chromeos_update_engine::OmahaRequestAction
163 std::string Type() const override { return StaticType(); }
H A Domaha_request_action_unittest.cc312 if (action->Type() == OmahaRequestAction::StaticType())
347 static string StaticType() { function in class:chromeos_update_engine::OutputObjectCollectorAction
350 string Type() const { return StaticType(); }
/system/update_engine/common/
H A Dtest_utils.h235 static std::string StaticType() { return "ObjectFeederAction"; } function in class:chromeos_update_engine::ObjectFeederAction
236 std::string Type() const { return StaticType(); }
269 static std::string StaticType() { return "ObjectCollectorAction"; } function in class:chromeos_update_engine::ObjectCollectorAction
270 std::string Type() const { return StaticType(); }

Completed in 86 milliseconds