Lines Matching refs:InventoryPropertyId
50 registerProperty(gpu::InventoryPropertyId::SERIAL_NUMBER, assetIface,
52 registerProperty(gpu::InventoryPropertyId::BOARD_PART_NUMBER, assetIface,
54 registerProperty(gpu::InventoryPropertyId::MARKETING_NAME, assetIface,
59 registerProperty(gpu::InventoryPropertyId::DEVICE_GUID, uuidInterface,
64 registerProperty(gpu::InventoryPropertyId::DEVICE_PART_NUMBER,
83 properties[gpu::InventoryPropertyId::DEFAULT_BOOST_CLOCKS] = {
94 gpu::InventoryPropertyId propertyId,
105 void Inventory::processInventoryProperty(gpu::InventoryPropertyId propertyId)
111 std::optional<gpu::InventoryPropertyId> nextProperty =
121 std::unordered_map<gpu::InventoryPropertyId, PropertyInfo>::iterator it)
128 std::unordered_map<gpu::InventoryPropertyId, PropertyInfo>::iterator it)
133 std::optional<gpu::InventoryPropertyId> Inventory::getNextPendingProperty()
147 gpu::InventoryPropertyId propertyId)
179 gpu::InventoryPropertyId propertyId, const std::error_code& ec,
214 case gpu::InventoryPropertyId::BOARD_PART_NUMBER:
215 case gpu::InventoryPropertyId::SERIAL_NUMBER:
216 case gpu::InventoryPropertyId::MARKETING_NAME:
217 case gpu::InventoryPropertyId::DEVICE_PART_NUMBER:
232 case gpu::InventoryPropertyId::DEVICE_GUID:
263 case gpu::InventoryPropertyId::DEFAULT_BOOST_CLOCKS:
346 std::optional<gpu::InventoryPropertyId> nextProperty =