Searched refs:toHexStr (Results 1 – 5 of 5) sorted by relevance
/openbmc/intel-ipmi-oem/src/ |
H A D | ipmi_to_redfish_hooks.cpp | 31 static void toHexStr(const boost::beast::span<uint8_t> bytes, in toHexStr() function 148 toHexStr(boost::beast::span<uint8_t>(post), postStr); in biosMessageHook() 889 redfish_hooks::toHexStr(boost::beast::span<uint8_t>(selBytes), ipmiRaw); in checkRedfishHooks() 927 redfish_hooks::toHexStr(boost::beast::span<uint8_t>(selBytes), ipmiRaw); in checkRedfishHooks()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | selcommands.cpp | 72 static void toHexStr(std::vector<uint8_t>& bytes, std::string& hexStr) in toHexStr() function 1402 toHexStr(oemData, oemDataStr); in parseOemUnifiedSel() 1454 toHexStr(evtData, eventData); in parseSelData() 1471 toHexStr(mfrIdData, mfrIdStr); in parseSelData() 1476 toHexStr(oemData, oemDataStr); in parseSelData() 1500 toHexStr(oemData, oemDataStr); in parseSelData() 1509 toHexStr(reqData, errLog); in parseSelData() 1686 toHexStr(data, ipmiRaw); in ipmiStorageAddSELEntry()
|
/openbmc/phosphor-networkd/src/ |
H A D | ncsi_util.cpp | 23 static stdplus::StrBuf toHexStr(std::span<const uint8_t> c) noexcept in toHexStr() function 261 auto str = toHexStr(std::span<const unsigned char>(data, data_len)); in __anon66112f010202() 431 lg2::debug("Payload: {PAYLOAD}", "PAYLOAD", toHexStr(payload)); in sendOemCommand()
|
/openbmc/phosphor-host-ipmid/ |
H A D | selutility.hpp | 180 std::string toHexStr(const T& data) in toHexStr() function
|
H A D | storagehandler.cpp | 697 auto selDataStr = ipmi::sel::toHexStr(eventData); in ipmiStorageAddSEL()
|