Searched refs:getParsedJson (Results 1 – 6 of 6) sorted by relevance
15 const nlohmann::json l_parsedJson = jsonUtility::getParsedJson(l_jsonPath); in TEST()25 const nlohmann::json l_parsedJson = jsonUtility::getParsedJson(l_jsonPath); in TEST()
96 inline nlohmann::json getParsedJson(const std::string& pathToJson) noexcept in getParsedJson() function 1101 return jsonUtility::getParsedJson(constants::power_vs_50003_json); in getPowerVsJson() 1107 return jsonUtility::getParsedJson(constants::power_vs_50001_json); in getPowerVsJson()
45 m_parsedJson = jsonUtility::getParsedJson(m_configJsonPath); in Worker() 532 m_parsedJson = jsonUtility::getParsedJson(systemJson); in setDeviceTreeAndJson() 1700 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath); in performBackupAndRestore()
25 jsonUtility::getParsedJson(l_backupAndRestoreCfgFilePath); in BackupAndRestore()
446 utils::getParsedJson(INVENTORY_JSON_SYM_LINK); in getBackupRestoreCfgJsonObj()457 utils::getParsedJson(l_parsedSystemJson["backupRestoreConfigPath"]); in getBackupRestoreCfgJsonObj()
451 inline nlohmann::json getParsedJson(const std::string& i_pathToJson) in getParsedJson() function