Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/common/
H A Dtest_utils.h190 static std::string StaticType() { return "ObjectFeederAction"; } in StaticType() function
223 static std::string StaticType() { return "ObjectCollectorAction"; } in StaticType() function
H A Ddownload_action.h69 static std::string StaticType() { return "DownloadAction"; } in StaticType() function
H A Daction.h232 static std::string StaticType() { return "NoOpAction"; } in StaticType() function
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp72 QualType StaticType, in reportTypeError()
180 QualType StaticType = CE->getType(); in checkPostStmt() local
/aosp_15_r20/system/update_engine/
H A Dupdate_boot_flags_action.h35 static std::string StaticType() { return "UpdateBootFlagsAction"; } in StaticType() function
/aosp_15_r20/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.h233 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function
/aosp_15_r20/system/update_engine/aosp/
H A Dcleanup_previous_update_action.cc105 std::string CleanupPreviousUpdateAction::StaticType() { in StaticType() function in chromeos_update_engine::CleanupPreviousUpdateAction