|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/parser/launch_cvd_templates.h"#include <map>#include <sstream>#include <string>#include <string_view>#include "google/protobuf/util/json_util.h"#include "json/value.h"#include "cuttlefish/common/libs/utils/json.h"#include "cuttlefish/host/commands/cvd/cli/parser/cf_configs_common.h"#include "cuttlefish/host/commands/cvd/cli/parser/load_config.pb.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| static Result< Json::Value > | cuttlefish::LoadTemplateByName (const std::string &template_name) |
| Result< EnvironmentSpecification > | cuttlefish::ExtractLaunchTemplates (EnvironmentSpecification config) |
Variables | |
| static constexpr std::string_view | cuttlefish::kPhoneInstanceTemplate |
| static constexpr std::string_view | cuttlefish::kTabletInstanceTemplate |
| static constexpr std::string_view | cuttlefish::kTvInstanceTemplate |
| static constexpr std::string_view | cuttlefish::kWearableInstanceTemplate |
| static constexpr std::string_view | cuttlefish::kAutoInstanceTemplate |
| static constexpr std::string_view | cuttlefish::kSlimInstanceTemplate |
| static constexpr std::string_view | cuttlefish::kGoInstanceTemplate |
| static constexpr std::string_view | cuttlefish::kFoldableInstanceTemplate |