Android-cuttlefish cvd tool
Namespaces | Typedefs | Functions
instance_database_types.h File Reference
#include <chrono>
#include <string>
#include <json/json.h>
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for instance_database_types.h:
This graph shows which files directly or indirectly include this file:

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)