Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dhex_utils_test.cpp20 EXPECT_EQ(bytesToHexString({{0x1a, 0x2b}}), "1A2B"); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dhex_utils.hpp13 inline std::string bytesToHexString(const std::span<const uint8_t>& bytes) in bytesToHexString() function
/openbmc/bmcweb/features/google/
H A Dgoogle_service_root.hpp173 bytesToHexString(responseBytes); in invocationCallback()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp268 "0x" + bytesToHexString(std::get<0>(code.second)); in fillPostCodeEntry()