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

/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.cc364 OmahaRequestAction::StaticType())));
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...]
H A Domaha_request_action.h161 static std::string StaticType() { return "OmahaRequestAction"; } function in class:chromeos_update_engine::OmahaRequestAction
162 std::string Type() const override { return StaticType(); }
H A Dupdate_attempter.cc112 if (type == OmahaRequestAction::StaticType())
114 if (type == OmahaResponseHandlerAction::StaticType())
116 if (type == FilesystemVerifierAction::StaticType())
118 if (type == PostinstallRunnerAction::StaticType())
1017 if (type == DownloadAction::StaticType()) {
1021 } else if (type == OmahaRequestAction::StaticType()) {
1054 if (type == OmahaResponseHandlerAction::StaticType()) {
1067 } else if (type == DownloadAction::StaticType()) {
1304 if ((action->Type() == OmahaResponseHandlerAction::StaticType() &&
H A Dupdate_attempter_android.cc281 if (type == DownloadAction::StaticType()) {
288 if (type == DownloadAction::StaticType()) {
H A Domaha_response_handler_action_unittest.cc71 if (action->Type() == OmahaResponseHandlerAction::StaticType()) {
H A Domaha_request_action_unittest.cc256 if (action->Type() == OmahaRequestAction::StaticType())
291 static string StaticType() { function in class:chromeos_update_engine::OutputObjectCollectorAction
294 string Type() const { return StaticType(); }
/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.h66 static std::string StaticType() { return "FilesystemVerifierAction"; } function in class:chromeos_update_engine::FilesystemVerifierAction
67 std::string Type() const override { return StaticType(); }
H A Dpostinstall_runner_action.h59 static std::string StaticType() { return "PostinstallRunnerAction"; } function in class:chromeos_update_engine::PostinstallRunnerAction
60 std::string Type() const override { return StaticType(); }
H A Ddownload_action.h72 static std::string StaticType() { return "DownloadAction"; } function in class:chromeos_update_engine::DownloadAction
90 std::string Type() const override { return StaticType(); }
H A Dinstall_plan.h143 static std::string StaticType() { return "InstallPlanAction"; } function in class:chromeos_update_engine::InstallPlanAction
144 std::string Type() const override { return StaticType(); }
H A Dfilesystem_verifier_action_unittest.cc94 if (action->Type() == FilesystemVerifierAction::StaticType()) {
253 if (action->Type() == FilesystemVerifierAction::StaticType()) {
H A Dpostinstall_runner_action_unittest.cc66 if (action->Type() == PostinstallRunnerAction::StaticType()) {
H A Ddownload_action_unittest.cc91 if (type == DownloadAction::StaticType()) {
/system/update_engine/common/
H A Dtest_utils.h236 static std::string StaticType() { return "ObjectFeederAction"; } function in class:chromeos_update_engine::ObjectFeederAction
237 std::string Type() const { return StaticType(); }
270 static std::string StaticType() { return "ObjectCollectorAction"; } function in class:chromeos_update_engine::ObjectCollectorAction
271 std::string Type() const { return StaticType(); }

Completed in 143 milliseconds