Home
last modified time | relevance | path

Searched refs:ccinString (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.cpp426 auto ccinString = dataIface.getMotherboardCCIN(); in setMotherboardCCIN() local
430 if (ccinString.size() == ccinSize) in setMotherboardCCIN()
432 ccin = std::stoi(ccinString, 0, 16); in setMotherboardCCIN()
438 "CCIN", ccinString); in setMotherboardCCIN()
733 std::string ccinString; in getJSON() local
738 ccinString = getNumberString("%04X", ccin); in getJSON()
741 jsonInsert(ps, "Backplane CCIN", ccinString, 1); in getJSON()