Android-cuttlefish cvd tool
|
#include <chrono>
#include <string>
#include <json/json.h>
#include "cuttlefish/common/libs/utils/result.h"
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Typedefs | |
using | cuttlefish::CvdServerClock = std::chrono::system_clock |
using | cuttlefish::TimeStamp = std::chrono::time_point< CvdServerClock > |
Functions | |
Result< TimeStamp > | cuttlefish::DeserializeTimePoint (const Json::Value &time_point_json) |
std::string | cuttlefish::Format (const TimeStamp &time_point) |