|
Android-cuttlefish cvd tool
|
#include <stdint.h>#include <string>#include <variant>#include <vector>#include "cuttlefish/host/commands/cvd/fetch/builds.h"#include "cuttlefish/host/commands/cvd/fetch/fetch_cvd.h"#include "cuttlefish/host/commands/cvd/fetch/fetch_cvd_parser.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Classes | |
| struct | cuttlefish::FetchStartMetrics |
| struct | cuttlefish::FetchCompleteMetrics |
| struct | cuttlefish::FetchFailedMetrics |
Namespaces | |
| namespace | cuttlefish |
Typedefs | |
| using | cuttlefish::FetchInput = std::variant< FetchFlags, FetchResult > |
| using | cuttlefish::FetchMetrics = std::variant< FetchStartMetrics, FetchCompleteMetrics, FetchFailedMetrics > |
Functions | |
| std::string | cuttlefish::ToEventLabel (const FetchMetrics &fetch_metrics) |
| Result< FetchMetrics > | cuttlefish::GetFetchMetrics (const FetchInput &fetch_input) |