Searched refs:optUniqueId (Results 1 – 1 of 1) sorted by relevance
117 std::optional<string> optUniqueId; in getHardwareInfo() local122 !(optUniqueId = cbor_.getByteArrayStr(item, 4)) || in getHardwareInfo()131 info->uniqueId = std::move(optUniqueId.value()); in getHardwareInfo()