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.cpp419 auto ccinString = dataIface.getMotherboardCCIN(); in setMotherboardCCIN() local
423 if (ccinString.size() == ccinSize) in setMotherboardCCIN()
425 ccin = std::stoi(ccinString, nullptr, 16); in setMotherboardCCIN()
431 "CCIN", ccinString); in setMotherboardCCIN()
726 std::string ccinString; in getJSON() local
731 ccinString = getNumberString("%04X", ccin); in getJSON()
734 jsonInsert(ps, "Backplane CCIN", ccinString, 1); in getJSON()