Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_boot_flags_action.h35 static std::string StaticType() { return "UpdateBootFlagsAction"; } in StaticType() function
/system/update_engine/common/
Dtest_utils.h190 static std::string StaticType() { return "ObjectFeederAction"; } in StaticType() function
223 static std::string StaticType() { return "ObjectCollectorAction"; } in StaticType() function
Ddownload_action.h69 static std::string StaticType() { return "DownloadAction"; } in StaticType() function
Daction.h232 static std::string StaticType() { return "NoOpAction"; } in StaticType() function
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h65 static std::string StaticType() { return "PostinstallRunnerAction"; } in StaticType() function
Dfilesystem_verifier_action.h84 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function
Dinstall_plan.h239 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc105 std::string CleanupPreviousUpdateAction::StaticType() { in StaticType() function in chromeos_update_engine::CleanupPreviousUpdateAction