Home
last modified time | relevance | path

Searched defs:StaticType (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/update_engine/
H A Dupdate_boot_flags_action.h35 static std::string StaticType() { return "UpdateBootFlagsAction"; } in StaticType() function
/aosp12/system/update_engine/common/
H A Dtest_utils.h195 static std::string StaticType() { return "ObjectFeederAction"; } in StaticType() function
228 static std::string StaticType() { return "ObjectCollectorAction"; } in StaticType() function
H A Ddownload_action.h70 static std::string StaticType() { return "DownloadAction"; } in StaticType() function
H A Daction.h232 static std::string StaticType() { return "NoOpAction"; } in StaticType() function
/aosp12/system/update_engine/cros/
H A Domaha_response_handler_action.h59 static std::string StaticType() { return "OmahaResponseHandlerAction"; } in StaticType() function
H A Ddownload_action_chromeos.h46 static std::string StaticType() { return "DownloadActionChromeos"; } in StaticType() function
H A Domaha_request_action.h117 static std::string StaticType() { return "OmahaRequestAction"; } in StaticType() function
H A Ddownload_action_chromeos_unittest.cc433 static std::string StaticType() { return "DownloadActionTestAction"; } in StaticType() function in chromeos_update_engine::DownloadActionTestAction
/aosp12/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.h64 static std::string StaticType() { return "PostinstallRunnerAction"; } in StaticType() function
H A Dfilesystem_verifier_action.h84 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function
H A Dinstall_plan.h206 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function
/aosp12/system/update_engine/aosp/
H A Dcleanup_previous_update_action.cc101 std::string CleanupPreviousUpdateAction::StaticType() { in StaticType() function in chromeos_update_engine::CleanupPreviousUpdateAction