Android-cuttlefish cvd tool
|
#include <memory>
#include <vector>
#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/command_handler.h"
#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"
#include "cuttlefish/host/commands/cvd/instances/lock/instance_lock.h"
Go to the source code of this file.
Classes | |
class | cuttlefish::RequestContext |
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< CvdCommandHandler * > | cuttlefish::RequestHandler (const CommandRequest &request, const std::vector< std::unique_ptr< CvdCommandHandler > > &handlers) |