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.h66 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function
67 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.h144 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function
145 std::string Type() const override { return StaticType(); } in Type()
Dfilesystem_verifier_action_unittest.cc94 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
253 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.cc364 OmahaRequestAction::StaticType()))); in TEST_F()
378 OmahaRequestAction::StaticType(),
379 OmahaResponseHandlerAction::StaticType(),
380 FilesystemVerifierAction::StaticType(),
381 OmahaRequestAction::StaticType(),
382 DownloadAction::StaticType(),
383 OmahaRequestAction::StaticType(),
384 FilesystemVerifierAction::StaticType(),
385 PostinstallRunnerAction::StaticType(),
386 OmahaRequestAction::StaticType()
[all …]
Domaha_request_action.h161 static std::string StaticType() { return "OmahaRequestAction"; } in StaticType() function
162 std::string Type() const override { return StaticType(); } in Type()
Dupdate_attempter.cc112 if (type == OmahaRequestAction::StaticType()) in GetErrorCodeForAction()
114 if (type == OmahaResponseHandlerAction::StaticType()) in GetErrorCodeForAction()
116 if (type == FilesystemVerifierAction::StaticType()) in GetErrorCodeForAction()
118 if (type == PostinstallRunnerAction::StaticType()) in GetErrorCodeForAction()
1018 if (type == DownloadAction::StaticType()) { in ActionCompleted()
1022 } else if (type == OmahaRequestAction::StaticType()) { in ActionCompleted()
1055 if (type == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
1068 } else if (type == DownloadAction::StaticType()) { in ActionCompleted()
1305 if ((action->Type() == OmahaResponseHandlerAction::StaticType() && in CreatePendingErrorEvent()
Dupdate_attempter_android.cc324 if (type == DownloadAction::StaticType()) { in ActionCompleted()
331 if (type == DownloadAction::StaticType()) { in ActionCompleted()
Domaha_response_handler_action_unittest.cc71 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
Domaha_request_action_unittest.cc256 if (action->Type() == OmahaRequestAction::StaticType()) in ActionCompleted()
291 static string StaticType() { in StaticType() function in chromeos_update_engine::OutputObjectCollectorAction
294 string Type() const { return StaticType(); } in Type()
/system/update_engine/common/
Dtest_utils.h236 static std::string StaticType() { return "ObjectFeederAction"; } in StaticType() function
237 std::string Type() const { return StaticType(); } in Type()
270 static std::string StaticType() { return "ObjectCollectorAction"; } in StaticType() function
271 std::string Type() const { return StaticType(); } in Type()