Home
last modified time | relevance | path

Searched defs:ToJson (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp107 Json::Value ToJson(const CustomActionInstanceID& custom_action) { in ToJson() function
113 Json::Value ToJson(const CustomShellActionConfig& custom_action) { in ToJson() function
127 Json::Value ToJson(const CustomActionServerConfig& custom_action) { in ToJson() function
142 Json::Value ToJson(const CustomDeviceStateActionConfig& custom_action) { in ToJson() function
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dserver_config.cpp31 Json::Value ServerConfig::ToJson() const { in ToJson() function in cuttlefish::ServerConfig
/device/google/cuttlefish/host/commands/remote/
Dremote.cc44 static std::string ToJson(const CreateCVDRequest& request) { in ToJson() function