/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.h | 66 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function 67 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 88 std::string Type() const override { return StaticType(); } in Type()
|
D | install_plan.h | 144 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function 145 std::string Type() const override { return StaticType(); } in Type()
|
D | filesystem_verifier_action_unittest.cc | 94 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted() 253 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted()
|
D | postinstall_runner_action_unittest.cc | 67 if (action->Type() == PostinstallRunnerAction::StaticType()) { in ActionCompleted()
|
D | download_action_unittest.cc | 91 if (type == DownloadAction::StaticType()) { in ActionCompleted()
|
/system/update_engine/ |
D | omaha_response_handler_action.h | 61 static std::string StaticType() { return "OmahaResponseHandlerAction"; } in StaticType() function 62 std::string Type() const override { return StaticType(); } in Type()
|
D | update_attempter_unittest.cc | 364 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 …]
|
D | omaha_request_action.h | 161 static std::string StaticType() { return "OmahaRequestAction"; } in StaticType() function 162 std::string Type() const override { return StaticType(); } in Type()
|
D | update_attempter.cc | 112 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()
|
D | update_attempter_android.cc | 324 if (type == DownloadAction::StaticType()) { in ActionCompleted() 331 if (type == DownloadAction::StaticType()) { in ActionCompleted()
|
D | omaha_response_handler_action_unittest.cc | 71 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
|
D | omaha_request_action_unittest.cc | 256 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/ |
D | test_utils.h | 236 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()
|