Home
last modified time | relevance | path

Searched defs:json (Results 1 – 20 of 20) sorted by relevance

/device/google/cuttlefish/host/libs/web/
Dcredential_source.cc54 const auto& json = response.data; in RefreshCredential() local
93 Json::Value json; in FromOauth2ClientFile() local
153 auto& json = response.data; in UpdateLatestCredential() local
181 const Json::Value& json, in FromJson()
218 static Result<std::string> JsonToBase64Url(const Json::Value& json) { in JsonToBase64Url()
280 Json::Value json = response.data; in RefreshCredential() local
Dbuild_api.cc149 const auto& json = response.data; in LatestBuildId() local
177 const auto& json = response.data; in BuildStatus() local
197 const auto& json = response.data; in ProductName() local
232 const auto& json = response.data; in Artifacts() local
282 const auto& json = response.data; in ArtifactToCallback() local
312 const auto& json = response.data; in ArtifactToFile() local
/device/google/cuttlefish/host/libs/config/fastboot/
Dconfig.cpp33 Json::Value json; in Serialize() local
38 bool Deserialize(const Json::Value& json) override { in Deserialize()
/device/google/cuttlefish/host/commands/secure_env/
Djson_serializable.cpp44 JsonSerializable::JsonSerializable(Json::Value& json) : json_(json) {} in JsonSerializable()
88 Json::Value json) { in WriteProtectedJsonToFile()
139 Json::Value json; in ReadProtectedJsonFromFile() local
/device/google/cuttlefish/host/libs/config/adb/
Dconfig.cpp34 Json::Value json; in Serialize() local
42 bool Deserialize(const Json::Value& json) override { in Deserialize()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp108 Json::Value json; in ToJson() local
114 Json::Value json; in ToJson() local
128 Json::Value json; in ToJson() local
143 Json::Value json; in ToJson() local
Dfetcher_config.cpp162 CvdFile JsonToCvdFile(const std::string& file_path, const Json::Value& json) { in JsonToCvdFile()
180 Json::Value json; in CvdFileToJson() local
Dcuttlefish_config.cpp243 Json::Value json(Json::objectValue); in set_host_tools_version() local
620 const auto& json = (*dictionary_)[kInstances]; in Instances() local
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp67 sp<JSONObject> json, std::vector<uint8_t>& bytes) { in CopyInt32Array()
82 sp<JSONObject> json, std::vector<uint8_t>& bytes) { in CopyFloatArray()
103 auto json = cal_file->GetJSONObject(); in GetCalibrationBytes() local
Dcalibrationfile.cpp59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size); in Initialize() local
/device/google/coral/json-c/
Djson-c-uninstalled.pc.in6 Name: json name
/device/google/sunfish/json-c/
Djson-c-uninstalled.pc.in6 Name: json name
/device/google/redbull/json-c/
Djson-c-uninstalled.pc.in6 Name: json name
/device/google/cuttlefish/host/commands/test_gce_driver/
Dgce_api.cpp68 GceInstanceDisk::GceInstanceDisk(const Json::Value& json) : data_(json){}; in GceInstanceDisk()
132 Json::Value json{Json::ValueType::objectValue}; in Default() local
189 GceInstanceInfo::GceInstanceInfo(const Json::Value& json) : data_(json) {} in GceInstanceInfo()
344 const auto& json = response.data; in Run() local
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_server.cpp31 const Json::Value& json) { in readSettingsFromJson()
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dsignal_handler.cpp94 void SignalHandler::Reply(const Json::Value& json) { in Reply()
Dclient_handler.cpp210 void ClientDynHandler::Reply(const Json::Value& json) { in Reply()
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java176 JSONObject json = new JSONObject(inputJson); in parseHostDisplayInfos() local
222 JSONObject json = new JSONObject(inputJson); in parseGuestDisplayInfos() local
/device/linaro/dragonboard/qcom/pd-mapper/
Djson.c295 struct json_value *json_parse(const char *json) in json_parse()
/device/google/cuttlefish/host/commands/cvd/
Dserver.cc468 auto json = CF_EXPECT(ParseJson(json_string)); in InstanceDbFromJson() local