Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.h64 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function
65 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
88 std::string Type() const override { return StaticType(); } in Type()
Dinstall_plan.h140 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function
141 std::string Type() const override { return StaticType(); } in Type()
Dfilesystem_verifier_action_unittest.cc90 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
228 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
Dpostinstall_runner_action_unittest.cc67 if (action->Type() == PostinstallRunnerAction::StaticType()) { in ActionCompleted()
Ddownload_action_unittest.cc91 if (type == DownloadAction::StaticType()) { in ActionCompleted()
/system/update_engine/
Domaha_response_handler_action.h61 static std::string StaticType() { return "OmahaResponseHandlerAction"; } in StaticType() function
62 std::string Type() const override { return StaticType(); } in Type()
Dupdate_attempter_unittest.cc361 OmahaRequestAction::StaticType()))); in TEST_F()
375 OmahaRequestAction::StaticType(),
376 OmahaResponseHandlerAction::StaticType(),
377 OmahaRequestAction::StaticType(),
378 DownloadAction::StaticType(),
379 OmahaRequestAction::StaticType(),
380 FilesystemVerifierAction::StaticType(),
381 PostinstallRunnerAction::StaticType(),
382 OmahaRequestAction::StaticType()
387 InstallPlanAction::StaticType(),
[all …]
Domaha_request_action.h162 static std::string StaticType() { return "OmahaRequestAction"; } in StaticType() function
163 std::string Type() const override { return StaticType(); } in Type()
Dupdate_attempter.cc110 if (type == OmahaRequestAction::StaticType()) in GetErrorCodeForAction()
112 if (type == OmahaResponseHandlerAction::StaticType()) in GetErrorCodeForAction()
114 if (type == FilesystemVerifierAction::StaticType()) in GetErrorCodeForAction()
116 if (type == PostinstallRunnerAction::StaticType()) in GetErrorCodeForAction()
992 if (type == DownloadAction::StaticType()) { in UpdateAttempter()
996 } else if (type == OmahaRequestAction::StaticType()) { in UpdateAttempter()
1029 if (type == OmahaResponseHandlerAction::StaticType()) { in UpdateAttempter()
1042 } else if (type == DownloadAction::StaticType()) { in UpdateAttempter()
1285 if ((action->Type() == OmahaResponseHandlerAction::StaticType() && in UpdateAttempter()
Dupdate_attempter_android.cc330 if (type == DownloadAction::StaticType()) { in ActionCompleted()
337 if (type == DownloadAction::StaticType()) { in ActionCompleted()
Domaha_response_handler_action_unittest.cc73 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
Domaha_request_action_unittest.cc254 if (action->Type() == OmahaRequestAction::StaticType()) in ActionCompleted()
289 static string StaticType() { in StaticType() function in chromeos_update_engine::OutputObjectCollectorAction
292 string Type() const { return StaticType(); } in Type()
/system/update_engine/common/
Dtest_utils.h229 static std::string StaticType() { return "ObjectFeederAction"; } in StaticType() function
230 std::string Type() const { return StaticType(); } in Type()
263 static std::string StaticType() { return "ObjectCollectorAction"; } in StaticType() function
264 std::string Type() const { return StaticType(); } in Type()