Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp129 std::ostringstream hexCode; in savePostCodes() local
130 hexCode << "0x" << std::setfill('0') << std::setw(2) << std::hex in savePostCodes()
147 timeOffsetStr.str().c_str(), hexCode.str().c_str())); in savePostCodes()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp217 std::ostringstream hexCode; in fillPostCodeEntry() local
218 hexCode << "0x" << std::setfill('0') << std::setw(2) << std::hex in fillPostCodeEntry()
230 std::string hexCodeStr = hexCode.str(); in fillPostCodeEntry()