Searched refs:systemUuid (Results 1 – 4 of 4) sorted by relevance
104 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
48 std::string uuid = persistent_data::getConfig().systemUuid; in handleServiceRootGetImpl()
2025 std::string uuid = persistent_data::getConfig().systemUuid; in requestRoutesManager()
825 std::string systemUuid = sd_id128_to_string(bmcUuid, bmcUuidCstr); in ipmiAppGetDeviceGuid() local827 std::array<uint8_t, uuidBinaryLength> uuid = rfc4122ToIpmi(systemUuid); in ipmiAppGetDeviceGuid()