Searched refs:systemUuid (Results 1 – 4 of 4) sorted by relevance
135 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
49 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl()
701 std::string uuid = persistent_data::getConfig().systemUuid; in handleManagerGet()
826 std::string systemUuid = sd_id128_to_string(bmcUuid, bmcUuidCstr); in ipmiAppGetDeviceGuid() local828 std::array<uint8_t, uuidBinaryLength> uuid = rfc4122ToIpmi(systemUuid); in ipmiAppGetDeviceGuid()