Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp94 std::string rfc4122Uuid = std::get<std::string>(propValue); in getSystemGUID() local
99 rfcToGuid(rfc4122Uuid, tmpGuid); in getSystemGUID()
105 rfc4122Uuid.c_str()); in getSystemGUID()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp869 std::string rfc4122Uuid{}; in ipmiAppGetSystemGuid() local
871 uuidInterface, uuidProperty, rfc4122Uuid); in ipmiAppGetSystemGuid()
884 uuid = rfc4122ToIpmi(rfc4122Uuid); in ipmiAppGetSystemGuid()
891 entry("VALUE=%s", rfc4122Uuid.c_str())); in ipmiAppGetSystemGuid()