/system/update_engine/ |
D | update_boot_flags_action.h | 35 static std::string StaticType() { return "UpdateBootFlagsAction"; } in StaticType() function 36 std::string Type() const override { return StaticType(); } in Type()
|
D | omaha_response_handler_action.h | 60 static std::string StaticType() { return "OmahaResponseHandlerAction"; } in StaticType() function 61 std::string Type() const override { return StaticType(); } in Type()
|
D | omaha_request_action.h | 119 static std::string StaticType() { return "OmahaRequestAction"; } in StaticType() function 120 std::string Type() const override { return StaticType(); } in Type()
|
D | cleanup_previous_update_action.h | 61 static std::string StaticType();
|
D | update_attempter.cc | 117 if (type == OmahaRequestAction::StaticType()) in GetErrorCodeForAction() 119 if (type == OmahaResponseHandlerAction::StaticType()) in GetErrorCodeForAction() 121 if (type == FilesystemVerifierAction::StaticType()) in GetErrorCodeForAction() 123 if (type == PostinstallRunnerAction::StaticType()) in GetErrorCodeForAction() 1301 if (type == DownloadAction::StaticType()) { in ActionCompleted() 1305 } else if (type == OmahaRequestAction::StaticType()) { in ActionCompleted() 1338 } else if (type == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted() 1390 if (type == DownloadAction::StaticType()) { in ActionCompleted() 1392 } else if (type == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
|
D | update_attempter_android.cc | 573 if (type == CleanupPreviousUpdateAction::StaticType() || in ActionCompleted() 574 (type == NoOpAction::StaticType() && in ActionCompleted() 582 if (type == PostinstallRunnerAction::StaticType()) { in ActionCompleted() 591 if (type == UpdateBootFlagsAction::StaticType()) { in ActionCompleted() 594 if (type == DownloadAction::StaticType()) { in ActionCompleted() 598 } else if (type == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
|
D | cleanup_previous_update_action.cc | 99 return StaticType(); in Type() 102 std::string CleanupPreviousUpdateAction::StaticType() { in StaticType() function in chromeos_update_engine::CleanupPreviousUpdateAction
|
D | update_attempter_unittest.cc | 448 if (aa->Type() == OmahaRequestAction::StaticType()) { in SessionIdTestEnforceEmptyStrPingOmaha() 475 if (aa->Type() == OmahaRequestAction::StaticType()) in SessionIdTestConsistencyInUpdateFlow() 499 if (aa->Type() == DownloadAction::StaticType()) { in SessionIdTestInDownloadAction() 742 &AbstractAction::Type, OmahaRequestAction::StaticType())))); in TEST_F() 755 return {OmahaRequestAction::StaticType(), in GetUpdateActionTypes() 756 OmahaResponseHandlerAction::StaticType(), in GetUpdateActionTypes() 757 UpdateBootFlagsAction::StaticType(), in GetUpdateActionTypes() 758 OmahaRequestAction::StaticType(), in GetUpdateActionTypes() 759 DownloadAction::StaticType(), in GetUpdateActionTypes() 760 OmahaRequestAction::StaticType(), in GetUpdateActionTypes() [all …]
|
D | omaha_response_handler_action_unittest.cc | 59 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted() 67 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
|
D | omaha_request_action_unittest.cc | 311 if (action->Type() == OmahaRequestAction::StaticType()) { in ActionCompleted() 326 ObjectCollectorAction<OmahaResponse>::StaticType()) { in ActionCompleted()
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.h | 81 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function 82 std::string Type() const override { return StaticType(); } in Type()
|
D | postinstall_runner_action.h | 64 static std::string StaticType() { return "PostinstallRunnerAction"; } in StaticType() function 65 std::string Type() const override { return StaticType(); } in Type()
|
D | download_action.h | 70 static std::string StaticType() { return "DownloadAction"; } in StaticType() function 89 std::string Type() const override { return StaticType(); } in Type()
|
D | install_plan.h | 196 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function 197 std::string Type() const override { return StaticType(); } in Type()
|
D | filesystem_verifier_action_unittest.cc | 72 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted() 77 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted() 213 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
|
D | download_action_unittest.cc | 90 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()
|
D | postinstall_runner_action_unittest.cc | 67 if (action->Type() == PostinstallRunnerAction::StaticType()) { in ActionCompleted()
|
/system/update_engine/common/ |
D | test_utils.h | 211 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()
|
D | action.h | 232 static std::string StaticType() { return "NoOpAction"; } in StaticType() function 233 std::string Type() const override { return StaticType(); } in Type()
|