Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/clear.h"
#include <memory>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/commands/cvd/cli/command_request.h"
#include "cuttlefish/host/commands/cvd/cli/commands/command_handler.h"
#include "cuttlefish/host/commands/cvd/cli/types.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
#include "cuttlefish/host/commands/cvd/legacy/cvd_server.pb.h"
Classes | |
class | cuttlefish::anonymous_namespace{clear.cpp}::CvdClearCommandHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{clear.cpp} |
Functions | |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdClearCommandHandler (InstanceManager &instance_manager) |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{clear.cpp}::kClearCmd [] = "clear" |
constexpr char | cuttlefish::anonymous_namespace{clear.cpp}::kSummaryHelpText [] |