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.h71 static std::string StaticType() { return "DownloadAction"; } in StaticType() function
89 std::string Type() const override { return StaticType(); } in Type()
Dinstall_plan.h154 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function
155 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.cc352 OmahaRequestAction::StaticType()))); in TEST_F()
366 OmahaRequestAction::StaticType(),
367 OmahaResponseHandlerAction::StaticType(),
368 OmahaRequestAction::StaticType(),
369 DownloadAction::StaticType(),
370 OmahaRequestAction::StaticType(),
371 FilesystemVerifierAction::StaticType(),
372 PostinstallRunnerAction::StaticType(),
373 OmahaRequestAction::StaticType()
378 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()
991 if (type == DownloadAction::StaticType()) { in UpdateAttempter()
995 } else if (type == OmahaRequestAction::StaticType()) { in UpdateAttempter()
1028 if (type == OmahaResponseHandlerAction::StaticType()) { in UpdateAttempter()
1042 } else if (type == DownloadAction::StaticType()) { in UpdateAttempter()
1240 if ((action->Type() == OmahaResponseHandlerAction::StaticType() && in UpdateAttempter()
Dupdate_attempter_android.cc342 if (type == DownloadAction::StaticType()) { in ActionCompleted()
349 if (type == DownloadAction::StaticType()) { in ActionCompleted()
Domaha_response_handler_action_unittest.cc75 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
Domaha_request_action_unittest.cc305 if (action->Type() == OmahaRequestAction::StaticType()) in ActionCompleted()
340 static string StaticType() { in StaticType() function in chromeos_update_engine::OutputObjectCollectorAction
343 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()