Android-cuttlefish cvd tool
|
Functions | |
std::string | GenerateUUID () |
std::unique_ptr< AtestLogEventInternal > | BuildAtestLogEvent (const std::string &command_line) |
std::unique_ptr< LogRequest > | BuildAtestLogRequest (uint64_t now_ms, AtestLogEventInternal *cfEvent) |
std::string | createCommandLine (const std::vector< std::string > &args) |
std::string | GetUserEmail () |
UserType | GetUserType () |
Variables | |
constexpr char | kToolName [] = "cvd" |
constexpr char | kLogSourceStr [] = "CUTTLEFISH_METRICS" |
constexpr int | kCppClientType |
const std::string | kInternalEmail = "@google.com" |
const std::vector< std::string > | kInternalHostname = {"google"} |
std::unique_ptr< AtestLogEventInternal > cuttlefish::anonymous_namespace{cvd_metrics_api.cpp}::BuildAtestLogEvent | ( | const std::string & | command_line | ) |
std::unique_ptr< LogRequest > cuttlefish::anonymous_namespace{cvd_metrics_api.cpp}::BuildAtestLogRequest | ( | uint64_t | now_ms, |
AtestLogEventInternal * | cfEvent | ||
) |
std::string cuttlefish::anonymous_namespace{cvd_metrics_api.cpp}::createCommandLine | ( | const std::vector< std::string > & | args | ) |
std::string cuttlefish::anonymous_namespace{cvd_metrics_api.cpp}::GenerateUUID | ( | ) |
std::string cuttlefish::anonymous_namespace{cvd_metrics_api.cpp}::GetUserEmail | ( | ) |
UserType cuttlefish::anonymous_namespace{cvd_metrics_api.cpp}::GetUserType | ( | ) |
|
constexpr |
const std::string cuttlefish::anonymous_namespace{cvd_metrics_api.cpp}::kInternalEmail = "@google.com" |
const std::vector<std::string> cuttlefish::anonymous_namespace{cvd_metrics_api.cpp}::kInternalHostname = {"google"} |
|
constexpr |
|
constexpr |