Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/noop.h"
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <fmt/ostream.h>
#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"
Classes | |
class | cuttlefish::anonymous_namespace{noop.cpp}::CvdNoopHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{noop.cpp} |
Functions | |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdNoopHandler () |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{noop.cpp}::kSummaryHelpText [] |