Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/request_context.h"
#include <memory>
#include <string>
#include <vector>
#include <android-base/logging.h>
#include <android-base/strings.h>
#include <fmt/ranges.h>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/commands/cvd/cli/command_request.h"
#include "cuttlefish/host/commands/cvd/cli/command_sequence.h"
#include "cuttlefish/host/commands/cvd/cli/commands/acloud_command.h"
#include "cuttlefish/host/commands/cvd/cli/commands/acloud_mixsuperimage.h"
#include "cuttlefish/host/commands/cvd/cli/commands/acloud_translator.h"
#include "cuttlefish/host/commands/cvd/cli/commands/bugreport.h"
#include "cuttlefish/host/commands/cvd/cli/commands/cache.h"
#include "cuttlefish/host/commands/cvd/cli/commands/clear.h"
#include "cuttlefish/host/commands/cvd/cli/commands/cmd_list.h"
#include "cuttlefish/host/commands/cvd/cli/commands/command_handler.h"
#include "cuttlefish/host/commands/cvd/cli/commands/create.h"
#include "cuttlefish/host/commands/cvd/cli/commands/display.h"
#include "cuttlefish/host/commands/cvd/cli/commands/env.h"
#include "cuttlefish/host/commands/cvd/cli/commands/fetch.h"
#include "cuttlefish/host/commands/cvd/cli/commands/fleet.h"
#include "cuttlefish/host/commands/cvd/cli/commands/help.h"
#include "cuttlefish/host/commands/cvd/cli/commands/lint.h"
#include "cuttlefish/host/commands/cvd/cli/commands/load_configs.h"
#include "cuttlefish/host/commands/cvd/cli/commands/login.h"
#include "cuttlefish/host/commands/cvd/cli/commands/noop.h"
#include "cuttlefish/host/commands/cvd/cli/commands/power_btn.h"
#include "cuttlefish/host/commands/cvd/cli/commands/powerwash.h"
#include "cuttlefish/host/commands/cvd/cli/commands/remove.h"
#include "cuttlefish/host/commands/cvd/cli/commands/reset.h"
#include "cuttlefish/host/commands/cvd/cli/commands/restart.h"
#include "cuttlefish/host/commands/cvd/cli/commands/snapshot.h"
#include "cuttlefish/host/commands/cvd/cli/commands/start.h"
#include "cuttlefish/host/commands/cvd/cli/commands/status.h"
#include "cuttlefish/host/commands/cvd/cli/commands/stop.h"
#include "cuttlefish/host/commands/cvd/cli/commands/try_acloud.h"
#include "cuttlefish/host/commands/cvd/cli/commands/version.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
#include "cuttlefish/host/commands/cvd/instances/lock/instance_lock.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{request_context.cpp} |
Functions | |
std::vector< std::string > | cuttlefish::anonymous_namespace{request_context.cpp}::GetPossibleCommands (const CommandRequest &request, const std::vector< std::unique_ptr< CvdCommandHandler > > &handlers) |
Result< CvdCommandHandler * > | cuttlefish::RequestHandler (const CommandRequest &request, const std::vector< std::unique_ptr< CvdCommandHandler > > &handlers) |