/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 | 71 static std::string StaticType() { return "DownloadAction"; } in StaticType() function 89 std::string Type() const override { return StaticType(); } in Type()
|
D | install_plan.h | 154 static std::string StaticType() { return "InstallPlanAction"; } in StaticType() function 155 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 | 352 OmahaRequestAction::StaticType()))); in TEST_F() 366 OmahaRequestAction::StaticType(), 367 OmahaResponseHandlerAction::StaticType(), 368 OmahaRequestAction::StaticType(), 369 DownloadAction::StaticType(), 370 OmahaRequestAction::StaticType(), 371 FilesystemVerifierAction::StaticType(), 372 PostinstallRunnerAction::StaticType(), 373 OmahaRequestAction::StaticType() 378 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() 991 if (type == DownloadAction::StaticType()) { in UpdateAttempter() 995 } else if (type == OmahaRequestAction::StaticType()) { in UpdateAttempter() 1028 if (type == OmahaResponseHandlerAction::StaticType()) { in UpdateAttempter() 1042 } else if (type == DownloadAction::StaticType()) { in UpdateAttempter() 1240 if ((action->Type() == OmahaResponseHandlerAction::StaticType() && in UpdateAttempter()
|
D | update_attempter_android.cc | 342 if (type == DownloadAction::StaticType()) { in ActionCompleted() 349 if (type == DownloadAction::StaticType()) { in ActionCompleted()
|
D | omaha_response_handler_action_unittest.cc | 75 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
|
D | omaha_request_action_unittest.cc | 305 if (action->Type() == OmahaRequestAction::StaticType()) in ActionCompleted() 340 static string StaticType() { in StaticType() function in chromeos_update_engine::OutputObjectCollectorAction 343 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()
|