|
Android-cuttlefish cvd tool
|
#include <map>#include <string>#include "cuttlefish/host/commands/cvd/cli/commands/command_handler.h"#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Classes | |
| class | cuttlefish::CvdPsCommandHandler |
Namespaces | |
| namespace | cuttlefish |
Typedefs | |
| using | cuttlefish::PsRow = std::map< PsColumns, std::string > |
Enumerations | |
| enum class | cuttlefish::PsColumns { cuttlefish::kGroups = 0 , cuttlefish::kNames , cuttlefish::kId , cuttlefish::kStatus , cuttlefish::kCreated , cuttlefish::kAdbSerial , cuttlefish::kWebAccess } |