/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 | 168 static std::string StaticType() { return "OmahaRequestAction"; } in StaticType() function 169 std::string Type() const override { return StaticType(); } in Type()
|
D | update_attempter_unittest.cc | 452 &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 …]
|
D | update_attempter.cc | 108 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()
|
D | update_attempter_android.cc | 500 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()
|
D | omaha_response_handler_action_unittest.cc | 58 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted() 66 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
|
D | omaha_request_action_unittest.cc | 265 if (action->Type() == OmahaRequestAction::StaticType()) { in ActionCompleted() 280 ObjectCollectorAction<OmahaResponse>::StaticType()) { in ActionCompleted()
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.h | 62 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function 63 std::string Type() const override { return StaticType(); } in Type()
|
D | postinstall_runner_action.h | 62 static std::string StaticType() { return "PostinstallRunnerAction"; } in StaticType() function 63 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 | 187 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function 188 std::string Type() const override { return StaticType(); } in Type()
|
D | filesystem_verifier_action_unittest.cc | 70 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted() 75 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted() 210 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()
|