|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/status.h"#include <chrono>#include <iostream>#include <string>#include <string_view>#include <utility>#include <vector>#include "absl/strings/numbers.h"#include "absl/strings/strip.h"#include "json/value.h"#include "cuttlefish/flag_parser/flag.h"#include "cuttlefish/flag_parser/gflags_compat.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/cli/selector/selector.h"#include "cuttlefish/host/commands/cvd/cli/utils.h"#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"#include "cuttlefish/host/commands/cvd/instances/local_instance.h"#include "cuttlefish/host/libs/config/config_constants.h"#include "cuttlefish/result/result.h"
Classes | |
| struct | cuttlefish::anonymous_namespace{status.cpp}::StatusCommandOptions |
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{status.cpp} |
Functions | |
| Result< unsigned > | cuttlefish::anonymous_namespace{status.cpp}::IdFromInstanceNameFlag (std::string_view name_or_id) |
| Result< StatusCommandOptions > | cuttlefish::anonymous_namespace{status.cpp}::ParseFlags (std::vector< std::string > &args) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{status.cpp}::kSummaryHelpText [] |
| constexpr char | cuttlefish::anonymous_namespace{status.cpp}::kDetailedHelpText [] |