Searched refs:mDeviceProductInfo (Results 1 – 2 of 2) sorted by relevance
129 mDeviceProductInfo = std::move(info); in setDeviceProductInfo()288 if (mDeviceProductInfo) { in dump()289 mDeviceProductInfo->dump(result); in dump()
156 return mDeviceProductInfo; in getDeviceProductInfo()230 std::optional<DeviceProductInfo> mDeviceProductInfo; variable