/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.h | 64 static std::string StaticType() { return "FilesystemVerifierAction"; } in StaticType() function 65 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 | 140 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function 141 std::string Type() const override { return StaticType(); } in Type()
|
D | filesystem_verifier_action_unittest.cc | 90 if (action->Type() == FilesystemVerifierAction::StaticType()) { in ActionCompleted() 228 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 | 361 OmahaRequestAction::StaticType()))); in TEST_F() 375 OmahaRequestAction::StaticType(), 376 OmahaResponseHandlerAction::StaticType(), 377 OmahaRequestAction::StaticType(), 378 DownloadAction::StaticType(), 379 OmahaRequestAction::StaticType(), 380 FilesystemVerifierAction::StaticType(), 381 PostinstallRunnerAction::StaticType(), 382 OmahaRequestAction::StaticType() 387 InstallPlanAction::StaticType(), [all …]
|
D | omaha_request_action.h | 162 static std::string StaticType() { return "OmahaRequestAction"; } in StaticType() function 163 std::string Type() const override { return StaticType(); } in Type()
|
D | update_attempter.cc | 110 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() 992 if (type == DownloadAction::StaticType()) { in UpdateAttempter() 996 } else if (type == OmahaRequestAction::StaticType()) { in UpdateAttempter() 1029 if (type == OmahaResponseHandlerAction::StaticType()) { in UpdateAttempter() 1042 } else if (type == DownloadAction::StaticType()) { in UpdateAttempter() 1285 if ((action->Type() == OmahaResponseHandlerAction::StaticType() && in UpdateAttempter()
|
D | update_attempter_android.cc | 330 if (type == DownloadAction::StaticType()) { in ActionCompleted() 337 if (type == DownloadAction::StaticType()) { in ActionCompleted()
|
D | omaha_response_handler_action_unittest.cc | 73 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
|
D | omaha_request_action_unittest.cc | 254 if (action->Type() == OmahaRequestAction::StaticType()) in ActionCompleted() 289 static string StaticType() { in StaticType() function in chromeos_update_engine::OutputObjectCollectorAction 292 string Type() const { return StaticType(); } in Type()
|
/system/update_engine/common/ |
D | test_utils.h | 229 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()
|