Home
last modified time | relevance | path

Searched refs:json (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/scripts/
Dlist_hal_vts.py24 import json
79 root = json.load(fp)
121 if not args.json:
123 vts_modules = load_modules_info(args.json)
137 result = json.dumps(vts_modules)
/hardware/interfaces/security/keymint/support/include/remote_prov/
Dremote_prov_utils.h91 static JsonOutput Ok(std::string json) { return {std::move(json), ""}; } in Ok()
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils_test.cpp89 auto [json, error] = jsonEncodeCsrWithBuild(array); in TEST()
97 ASSERT_EQ(json, expected); in TEST()
Dremote_prov_utils.cpp208 Json::Value json(Json::objectValue); in jsonEncodeCsrWithBuild() local
209 json["build_fingerprint"] = ::android::base::GetProperty(kFingerprintProp, /*default=*/""); in jsonEncodeCsrWithBuild()
210 json["csr"] = base64.data(); // Boring writes a NUL-terminated c-string in jsonEncodeCsrWithBuild()
214 return JsonOutput::Ok(Json::writeString(factory, json)); in jsonEncodeCsrWithBuild()
/hardware/google/camera/devices/EmulatedCamera/hwl/tools/
Dparse_bugreport.py25 import json
37 json.dump(chars, jsonFile, sort_keys=True, indent=1)
/hardware/interfaces/security/keymint/aidl/vts/performance/
DREADME22 `--benchmark_filter=<regex>` or `benchmark_out_format={json|console|csv}`.
/hardware/google/pixel/vibrator/drv2624/apex/
DAndroid.bp7 manifest: "apex_manifest.json",