Home
last modified time | relevance | path

Searched defs:CmdList (Results 1 – 22 of 22) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/server_command/
Dversion.cpp56 cvd_common::Args CmdList() const override { return {"version"}; } in CmdList() function in cuttlefish::__anon039eb60e0111::CvdVersionHandler
Dreset.cpp64 cvd_common::Args CmdList() const override { return {kResetSubcmd}; } in CmdList() function in cuttlefish::CvdResetCommandHandler
Dtry_acloud.cpp44 cvd_common::Args CmdList() const override { return {"try-acloud"}; } in CmdList() function in cuttlefish::TryAcloudCommand
Dshutdown.cpp91 cvd_common::Args CmdList() const override { return {}; } in CmdList() function in cuttlefish::__anon716bc2640111::CvdShutdownHandler
Dacloud_translator.cpp63 cvd_common::Args CmdList() const override { return {}; } in CmdList() function in cuttlefish::AcloudTranslatorCommand
Dcmd_list.cpp71 cvd_common::Args CmdList() const override { return {}; } in CmdList() function in cuttlefish::CvdCmdlistHandler
Dfetch.cpp38 cvd_common::Args CmdList() const override { return fetch_cmd_list_; } in CmdList() function in cuttlefish::CvdFetchCommandHandler
Dserial_preset.cpp91 cvd_common::Args CmdList() const override { return {"experimental"}; } in CmdList() function in cuttlefish::SerialPreset
Dhelp.cpp129 cvd_common::Args CmdList() const override { return {"help"}; } in CmdList() function in cuttlefish::CvdHelpHandler
Dhandler_proxy.cpp114 cvd_common::Args CmdList() const override { return {}; } in CmdList() function in cuttlefish::CvdServerHandlerProxy
Dfleet.cpp47 cvd_common::Args CmdList() const override { return {kFleetSubcmd}; } in CmdList() function in cuttlefish::CvdFleetCommandHandler
Dacloud_command.cpp56 cvd_common::Args CmdList() const override { return {"acloud"}; } in CmdList() function in cuttlefish::AcloudCommand
Denv.cpp93 cvd_common::Args CmdList() const override { in CmdList() function in cuttlefish::CvdEnvCommandHandler
Dcrosvm.cpp92 cvd_common::Args CmdList() const override { in CmdList() function in cuttlefish::CvdCrosVmCommandHandler
Ddisplay.cpp86 cvd_common::Args CmdList() const override { in CmdList() function in cuttlefish::CvdDisplayCommandHandler
Dpower.cpp98 cvd_common::Args CmdList() const override { in CmdList() function in cuttlefish::CvdDevicePowerCommandHandler
Drestart.cpp174 cvd_common::Args CmdList() const override { return {kRestartServer}; } in CmdList() function in cuttlefish::__anonee844dcd0111::CvdRestartHandler
Dload_configs.cpp78 cvd_common::Args CmdList() const override { return {kLoadSubCmd}; } in CmdList() function in cuttlefish::LoadConfigsCommand
Dserial_launch.cpp151 cvd_common::Args CmdList() const override { return {"experimental"}; } in CmdList() function in cuttlefish::SerialLaunchCommand
Dgeneric.cpp265 std::vector<std::string> CvdGenericCommandHandler::CmdList() const { in CmdList() function in cuttlefish::CvdGenericCommandHandler
Dstart.cpp868 std::vector<std::string> CvdStartCommandHandler::CmdList() const { in CmdList() function in cuttlefish::CvdStartCommandHandler
/device/google/cuttlefish/host/commands/cvd/
Dcommand_sequence.cpp131 std::vector<std::string> CommandSequenceExecutor::CmdList() const { in CmdList() function in cuttlefish::CommandSequenceExecutor