Searched refs:StaticType (Results 1 – 12 of 12) sorted by relevance
35 static std::string StaticType() { return "UpdateBootFlagsAction"; } in StaticType() function36 std::string Type() const override { return StaticType(); } in Type()
190 static std::string StaticType() { return "ObjectFeederAction"; } in StaticType() function191 std::string Type() const { return StaticType(); } in Type()223 static std::string StaticType() { return "ObjectCollectorAction"; } in StaticType() function224 std::string Type() const { return StaticType(); } in Type()
232 static std::string StaticType() { return "NoOpAction"; } in StaticType() function233 std::string Type() const override { return StaticType(); } in Type()
69 static std::string StaticType() { return "DownloadAction"; } in StaticType() function89 std::string Type() const override { return StaticType(); } in Type()
65 static std::string StaticType() { return "PostinstallRunnerAction"; } in StaticType() function66 std::string Type() const override { return StaticType(); } in Type()
84 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function85 std::string Type() const override { return StaticType(); } in Type()
239 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function240 std::string Type() const override { return StaticType(); } in Type()
231 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()237 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()374 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
71 if (action->Type() == PostinstallRunnerAction::StaticType()) { in ActionCompleted()
63 static std::string StaticType();
749 if (type == CleanupPreviousUpdateAction::StaticType() || in ActionCompleted()750 (type == NoOpAction::StaticType() && in ActionCompleted()758 if (type == PostinstallRunnerAction::StaticType()) { in ActionCompleted()767 if (type == UpdateBootFlagsAction::StaticType()) { in ActionCompleted()770 if (type == DownloadAction::StaticType()) { in ActionCompleted()774 } else if (type == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
102 return StaticType(); in Type()105 std::string CleanupPreviousUpdateAction::StaticType() { in StaticType() function in chromeos_update_engine::CleanupPreviousUpdateAction