Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DConfigManager.cpp108 Json::Value displayNode = rootNode["display"]; in initialize() local
109 if (!displayNode.isObject()) { in initialize()
113 complete &= ReadChildNodeAsUint("display", displayNode, "width", &mPixelWidth); in initialize()
114 complete &= ReadChildNodeAsUint("display", displayNode, "height", &mPixelHeight); in initialize()
115 … complete &= readChildNodeAsFloat("display", displayNode, "frontRange", &mFrontRangeInCarSpace); in initialize()
116 … complete &= readChildNodeAsFloat("display", displayNode, "rearRange", &mRearRangeInCarSpace); in initialize()