Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp135 systemUuid = *jSystemUuid; in readData()
280 if (systemUuid.empty()) in readData()
282 systemUuid = bmcweb::getRandomUUID(); in readData()
357 data["system_uuid"] = systemUuid; in writeData()
443 std::string systemUuid; member in persistent_data::ConfigFile
/openbmc/bmcweb/redfish-core/lib/
H A Dservice_root.hpp49 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl()
H A Dmanagers.hpp701 std::string uuid = persistent_data::getConfig().systemUuid; in handleManagerGet()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp826 std::string systemUuid = sd_id128_to_string(bmcUuid, bmcUuidCstr); in ipmiAppGetDeviceGuid() local
828 std::array<uint8_t, uuidBinaryLength> uuid = rfc4122ToIpmi(systemUuid); in ipmiAppGetDeviceGuid()