Searched refs:StaticType (Results 1 - 15 of 15) sorted by relevance

/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.h64 static std::string StaticType() { return "FilesystemVerifierAction"; } function in class:chromeos_update_engine::FilesystemVerifierAction
65 std::string Type() const override { return StaticType(); }
H A Dpostinstall_runner_action.h62 static std::string StaticType() { return "PostinstallRunnerAction"; } function in class:chromeos_update_engine::PostinstallRunnerAction
63 std::string Type() const override { return StaticType(); }
H A Ddownload_action.h70 static std::string StaticType() { return "DownloadAction"; } function in class:chromeos_update_engine::DownloadAction
88 std::string Type() const override { return StaticType(); }
H A Dinstall_plan.h140 static std::string StaticType() { return "InstallPlanAction"; } function in class:chromeos_update_engine::InstallPlanAction
141 std::string Type() const override { return StaticType(); }
H A Dfilesystem_verifier_action_unittest.cc90 if (action->Type() == FilesystemVerifierAction::StaticType()) {
228 if (action->Type() == FilesystemVerifierAction::StaticType()) {
H A Dpostinstall_runner_action_unittest.cc67 if (action->Type() == PostinstallRunnerAction::StaticType()) {
H A Ddownload_action_unittest.cc91 if (type == DownloadAction::StaticType()) {
/system/update_engine/
H A Domaha_response_handler_action.h61 static std::string StaticType() { return "OmahaResponseHandlerAction"; } function in class:chromeos_update_engine::OmahaResponseHandlerAction
62 std::string Type() const override { return StaticType(); }
H A Dupdate_attempter_unittest.cc361 OmahaRequestAction::StaticType())));
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...]
H A Domaha_request_action.h162 static std::string StaticType() { return "OmahaRequestAction"; } function in class:chromeos_update_engine::OmahaRequestAction
163 std::string Type() const override { return StaticType(); }
H A Dupdate_attempter.cc110 if (type == OmahaRequestAction::StaticType())
112 if (type == OmahaResponseHandlerAction::StaticType())
114 if (type == FilesystemVerifierAction::StaticType())
116 if (type == PostinstallRunnerAction::StaticType())
992 if (type == DownloadAction::StaticType()) {
996 } else if (type == OmahaRequestAction::StaticType()) {
1029 if (type == OmahaResponseHandlerAction::StaticType()) {
1042 } else if (type == DownloadAction::StaticType()) {
1285 if ((action->Type() == OmahaResponseHandlerAction::StaticType() &&
H A Dupdate_attempter_android.cc330 if (type == DownloadAction::StaticType()) {
337 if (type == DownloadAction::StaticType()) {
H A Domaha_response_handler_action_unittest.cc73 if (action->Type() == OmahaResponseHandlerAction::StaticType()) {
H A Domaha_request_action_unittest.cc254 if (action->Type() == OmahaRequestAction::StaticType())
289 static string StaticType() { function in class:chromeos_update_engine::OutputObjectCollectorAction
292 string Type() const { return StaticType(); }
/system/update_engine/common/
H A Dtest_utils.h229 static std::string StaticType() { return "ObjectFeederAction"; } function in class:chromeos_update_engine::ObjectFeederAction
230 std::string Type() const { return StaticType(); }
263 static std::string StaticType() { return "ObjectCollectorAction"; } function in class:chromeos_update_engine::ObjectCollectorAction
264 std::string Type() const { return StaticType(); }

Completed in 265 milliseconds