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.cpp128 std::ostringstream hexCode; in savePostCodes() local
129 hexCode << "0x" << std::setfill('0') << std::setw(2) << std::hex in savePostCodes()
146 timeOffsetStr.str().c_str(), hexCode.str().c_str())); in savePostCodes()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp4157 std::ostringstream hexCode; in fillPostCodeEntry() local
4158 hexCode << "0x" << std::setfill('0') << std::setw(2) << std::hex in fillPostCodeEntry()
4170 std::string hexCodeStr = hexCode.str(); in fillPostCodeEntry()