Searched refs:fruJson (Results 1 – 2 of 2) 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