Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp104 systemUuid = *jSystemUuid; in readData()
204 if (systemUuid.empty()) in readData()
206 systemUuid = bmcweb::getRandomUUID(); in readData()
280 data["system_uuid"] = systemUuid; in writeData()
365 std::string systemUuid; member in persistent_data::ConfigFile
/openbmc/bmcweb/redfish-core/lib/
H A Dservice_root.hpp48 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl()
H A Dmanagers.hpp2025 std::string uuid = persistent_data::getConfig().systemUuid; in requestRoutesManager()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp825 std::string systemUuid = sd_id128_to_string(bmcUuid, bmcUuidCstr); in ipmiAppGetDeviceGuid() local
827 std::array<uint8_t, uuidBinaryLength> uuid = rfc4122ToIpmi(systemUuid); in ipmiAppGetDeviceGuid()