Home
last modified time | relevance | path

Searched refs:Json (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/evs/app/
DConfigManager.cpp35 const Json::Value& parentNode, in readChildNodeAsFloat()
41 Json::Value childNode = parentNode[childName]; in readChildNodeAsFloat()
60 Json::Reader reader; in initialize()
61 Json::Value rootNode; in initialize()
74 Json::Value car = rootNode["car"]; in initialize()
90 Json::Value displayNode = rootNode["display"]; in initialize()
104 Json::Value graphicNode = rootNode["graphic"]; in initialize()
119 Json::Value cameraArray = rootNode["cameras"]; in initialize()
128 Json::Value nameNode = node.get("cameraId", "MISSING"); in initialize()
131 Json::Value usageNode = node.get("function", ""); in initialize()
/packages/services/Car/tools/emulator/
Dobd2_to_diagjson.py29 class Json(object): class
32 return Json(json.load(file))
37 return Json(item)
50 return Json.wrapIfNeeded(self.doc.get(attr))
58 return Json.wrapIfNeeded(self.doc.__next__())
220 source_json = Json.load(open(args.source_file))