Home
last modified time | relevance | path

Searched refs:StaticType (Results 1 – 16 of 16) sorted by relevance

/system/update_engine/
Dupdate_boot_flags_action.h35 static std::string StaticType() { return "UpdateBootFlagsAction"; } in StaticType() function
36 std::string Type() const override { return StaticType(); } in Type()
Domaha_response_handler_action.h60 static std::string StaticType() { return "OmahaResponseHandlerAction"; } in StaticType() function
61 std::string Type() const override { return StaticType(); } in Type()
Domaha_request_action.h168 static std::string StaticType() { return "OmahaRequestAction"; } in StaticType() function
169 std::string Type() const override { return StaticType(); } in Type()
Dupdate_attempter_unittest.cc452 &AbstractAction::Type, OmahaRequestAction::StaticType())))); in TEST_F()
465 OmahaRequestAction::StaticType(),
466 OmahaResponseHandlerAction::StaticType(),
467 UpdateBootFlagsAction::StaticType(),
468 OmahaRequestAction::StaticType(),
469 DownloadAction::StaticType(),
470 OmahaRequestAction::StaticType(),
471 FilesystemVerifierAction::StaticType(),
472 PostinstallRunnerAction::StaticType(),
473 OmahaRequestAction::StaticType()};
[all …]
Dupdate_attempter.cc108 if (type == OmahaRequestAction::StaticType()) in GetErrorCodeForAction()
110 if (type == OmahaResponseHandlerAction::StaticType()) in GetErrorCodeForAction()
112 if (type == FilesystemVerifierAction::StaticType()) in GetErrorCodeForAction()
114 if (type == PostinstallRunnerAction::StaticType()) in GetErrorCodeForAction()
1119 if (type == DownloadAction::StaticType()) { in ActionCompleted()
1123 } else if (type == OmahaRequestAction::StaticType()) { in ActionCompleted()
1156 } else if (type == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
1209 if (type == DownloadAction::StaticType()) { in ActionCompleted()
1211 } else if (type == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
Dupdate_attempter_android.cc500 if (type == DownloadAction::StaticType()) { in ActionCompleted()
503 if (type == PostinstallRunnerAction::StaticType()) { in ActionCompleted()
512 if (type == DownloadAction::StaticType()) { in ActionCompleted()
514 } else if (type == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
Domaha_response_handler_action_unittest.cc58 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
66 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
Domaha_request_action_unittest.cc265 if (action->Type() == OmahaRequestAction::StaticType()) { in ActionCompleted()
280 ObjectCollectorAction<OmahaResponse>::StaticType()) { in ActionCompleted()
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.h62 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function
63 std::string Type() const override { return StaticType(); } in Type()
Dpostinstall_runner_action.h62 static std::string StaticType() { return "PostinstallRunnerAction"; } in StaticType() function
63 std::string Type() const override { return StaticType(); } in Type()
Ddownload_action.h70 static std::string StaticType() { return "DownloadAction"; } in StaticType() function
89 std::string Type() const override { return StaticType(); } in Type()
Dinstall_plan.h187 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function
188 std::string Type() const override { return StaticType(); } in Type()
Dfilesystem_verifier_action_unittest.cc70 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
75 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
210 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
Ddownload_action_unittest.cc90 if (type == DownloadAction::StaticType()) { in ActionCompleted()
437 static std::string StaticType() { return "DownloadActionTestAction"; } in StaticType() function in chromeos_update_engine::DownloadActionTestAction
438 string Type() const { return StaticType(); } in Type()
455 if (action->Type() == DownloadActionTestAction::StaticType()) { in ActionCompleted()
Dpostinstall_runner_action_unittest.cc67 if (action->Type() == PostinstallRunnerAction::StaticType()) { in ActionCompleted()
/system/update_engine/common/
Dtest_utils.h211 static std::string StaticType() { return "ObjectFeederAction"; } in StaticType() function
212 std::string Type() const { return StaticType(); } in Type()
244 static std::string StaticType() { return "ObjectCollectorAction"; } in StaticType() function
245 std::string Type() const { return StaticType(); } in Type()