Searched refs:fruJson (Results 1 – 3 of 3) sorted by relevance
112 fruJson = loadJSONFromFile(PSU_JSON_PATH); in getAccessType()113 if (fruJson == nullptr) in getAccessType()118 inventoryPMBusAccessType = getPMBusAccessType(fruJson); in getAccessType()634 for (const auto& fru : fruJson.at("fruConfigs")) in updateInventory()
274 nlohmann::json fruJson; member in phosphor::power::psu::PowerSupply
322 json fruJson = js["frus"]; in isPathInJson() local324 if (fruJson.find(eepromPath) != fruJson.end()) in isPathInJson()