Searched refs:l_resultInJson (Results 1 – 2 of 2) sorted by relevance
290 nlohmann::json l_resultInJson = nlohmann::json::object({}); in getInventoryPropertyJson() local303 l_resultInJson.emplace(i_propertyName, *l_value); in getInventoryPropertyJson()307 l_resultInJson.emplace(i_propertyName, in getInventoryPropertyJson()316 l_resultInJson.emplace(i_propertyName, l_keywordStrValue); in getInventoryPropertyJson()320 l_resultInJson.emplace(i_propertyName, in getInventoryPropertyJson()337 return l_resultInJson; in getInventoryPropertyJson()735 nlohmann::json l_resultInJson = nlohmann::json::object({}); in getFruTypeProperty() local753 l_resultInJson.emplace("type", l_interface); in getFruTypeProperty()757 return l_resultInJson; in getFruTypeProperty()845 nlohmann::json l_resultInJson = nlohmann::json::array({}); in dumpInventory() local[all …]
298 nlohmann::json l_resultInJson = nlohmann::json::object({}); in displayOnConsole() local302 l_resultInJson.emplace(i_fruPath, l_keywordValInJson); in displayOnConsole()304 printJson(l_resultInJson); in displayOnConsole()