/device/google/cuttlefish/host/commands/cvd/server_command/ |
D | version.cpp | 56 cvd_common::Args CmdList() const override { return {"version"}; } in CmdList() function in cuttlefish::__anon039eb60e0111::CvdVersionHandler
|
D | reset.cpp | 64 cvd_common::Args CmdList() const override { return {kResetSubcmd}; } in CmdList() function in cuttlefish::CvdResetCommandHandler
|
D | try_acloud.cpp | 44 cvd_common::Args CmdList() const override { return {"try-acloud"}; } in CmdList() function in cuttlefish::TryAcloudCommand
|
D | shutdown.cpp | 91 cvd_common::Args CmdList() const override { return {}; } in CmdList() function in cuttlefish::__anon716bc2640111::CvdShutdownHandler
|
D | acloud_translator.cpp | 63 cvd_common::Args CmdList() const override { return {}; } in CmdList() function in cuttlefish::AcloudTranslatorCommand
|
D | cmd_list.cpp | 71 cvd_common::Args CmdList() const override { return {}; } in CmdList() function in cuttlefish::CvdCmdlistHandler
|
D | fetch.cpp | 38 cvd_common::Args CmdList() const override { return fetch_cmd_list_; } in CmdList() function in cuttlefish::CvdFetchCommandHandler
|
D | serial_preset.cpp | 91 cvd_common::Args CmdList() const override { return {"experimental"}; } in CmdList() function in cuttlefish::SerialPreset
|
D | help.cpp | 129 cvd_common::Args CmdList() const override { return {"help"}; } in CmdList() function in cuttlefish::CvdHelpHandler
|
D | handler_proxy.cpp | 114 cvd_common::Args CmdList() const override { return {}; } in CmdList() function in cuttlefish::CvdServerHandlerProxy
|
D | fleet.cpp | 47 cvd_common::Args CmdList() const override { return {kFleetSubcmd}; } in CmdList() function in cuttlefish::CvdFleetCommandHandler
|
D | acloud_command.cpp | 56 cvd_common::Args CmdList() const override { return {"acloud"}; } in CmdList() function in cuttlefish::AcloudCommand
|
D | env.cpp | 93 cvd_common::Args CmdList() const override { in CmdList() function in cuttlefish::CvdEnvCommandHandler
|
D | crosvm.cpp | 92 cvd_common::Args CmdList() const override { in CmdList() function in cuttlefish::CvdCrosVmCommandHandler
|
D | display.cpp | 86 cvd_common::Args CmdList() const override { in CmdList() function in cuttlefish::CvdDisplayCommandHandler
|
D | power.cpp | 98 cvd_common::Args CmdList() const override { in CmdList() function in cuttlefish::CvdDevicePowerCommandHandler
|
D | restart.cpp | 174 cvd_common::Args CmdList() const override { return {kRestartServer}; } in CmdList() function in cuttlefish::__anonee844dcd0111::CvdRestartHandler
|
D | load_configs.cpp | 78 cvd_common::Args CmdList() const override { return {kLoadSubCmd}; } in CmdList() function in cuttlefish::LoadConfigsCommand
|
D | serial_launch.cpp | 151 cvd_common::Args CmdList() const override { return {"experimental"}; } in CmdList() function in cuttlefish::SerialLaunchCommand
|
D | generic.cpp | 265 std::vector<std::string> CvdGenericCommandHandler::CmdList() const { in CmdList() function in cuttlefish::CvdGenericCommandHandler
|
D | start.cpp | 868 std::vector<std::string> CvdStartCommandHandler::CmdList() const { in CmdList() function in cuttlefish::CvdStartCommandHandler
|
/device/google/cuttlefish/host/commands/cvd/ |
D | command_sequence.cpp | 131 std::vector<std::string> CommandSequenceExecutor::CmdList() const { in CmdList() function in cuttlefish::CommandSequenceExecutor
|