Android-cuttlefish cvd tool
Classes | Namespaces | Typedefs | Functions
fetch_metrics.h File Reference
#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"
Include dependency graph for fetch_metrics.h:
This graph shows which files directly or indirectly include this file:

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)