Searched refs:systemJson (Results 1 – 2 of 2) sorted by relevance
358 void Worker::getSystemJson(std::string& systemJson, in getSystemJson() argument397 systemJson += (*itrToIM).first + "_" + (*itrToHW).second + in getSystemJson()402 systemJson += (*itrToIM).first + ".json"; in getSystemJson()407 systemJson += itrToIM->second.first + ".json"; in getSystemJson()517 std::string systemJson{JSON_ABSOLUTE_PATH_PREFIX}; in setDeviceTreeAndJson() local523 getSystemJson(systemJson, parsedVpdMap); in setDeviceTreeAndJson()525 if (!systemJson.compare(JSON_ABSOLUTE_PATH_PREFIX)) in setDeviceTreeAndJson()532 m_parsedJson = jsonUtility::getParsedJson(systemJson); in setDeviceTreeAndJson()536 throw(JsonException("Json parsing failed", systemJson)); in setDeviceTreeAndJson()560 setJsonSymbolicLink(systemJson); in setDeviceTreeAndJson()
201 void getSystemJson(std::string& systemJson,