Lines Matching refs:gpu

39     const gpu::DeviceIdentification deviceTypeIn, const uint8_t eid,  in Inventory()
49 registerProperty(gpu::InventoryPropertyId::SERIAL_NUMBER, assetIface, in Inventory()
51 registerProperty(gpu::InventoryPropertyId::BOARD_PART_NUMBER, assetIface, in Inventory()
53 registerProperty(gpu::InventoryPropertyId::MARKETING_NAME, assetIface, in Inventory()
58 registerProperty(gpu::InventoryPropertyId::DEVICE_GUID, uuidInterface, in Inventory()
63 registerProperty(gpu::InventoryPropertyId::DEVICE_PART_NUMBER, in Inventory()
68 if (deviceType == gpu::DeviceIdentification::DEVICE_GPU) in Inventory()
83 gpu::InventoryPropertyId propertyId, in registerProperty()
94 void Inventory::processInventoryProperty(gpu::InventoryPropertyId propertyId) in processInventoryProperty()
100 std::optional<gpu::InventoryPropertyId> nextProperty = in processInventoryProperty()
110 std::unordered_map<gpu::InventoryPropertyId, PropertyInfo>::iterator it) in markPropertyPending()
117 std::unordered_map<gpu::InventoryPropertyId, PropertyInfo>::iterator it) in markPropertyProcessed()
122 std::optional<gpu::InventoryPropertyId> Inventory::getNextPendingProperty() in getNextPendingProperty()
136 gpu::InventoryPropertyId propertyId) in sendInventoryPropertyRequest()
138 int rc = gpu::encodeGetInventoryInformationRequest( in sendInventoryPropertyRequest()
168 gpu::InventoryPropertyId propertyId, const std::error_code& ec, in handleInventoryPropertyResponse()
185 gpu::InventoryValue info; in handleInventoryPropertyResponse()
186 int rc = gpu::decodeGetInventoryInformationResponse( in handleInventoryPropertyResponse()
203 case gpu::InventoryPropertyId::BOARD_PART_NUMBER: in handleInventoryPropertyResponse()
204 case gpu::InventoryPropertyId::SERIAL_NUMBER: in handleInventoryPropertyResponse()
205 case gpu::InventoryPropertyId::MARKETING_NAME: in handleInventoryPropertyResponse()
206 case gpu::InventoryPropertyId::DEVICE_PART_NUMBER: in handleInventoryPropertyResponse()
221 case gpu::InventoryPropertyId::DEVICE_GUID: in handleInventoryPropertyResponse()
315 std::optional<gpu::InventoryPropertyId> nextProperty = in processNextProperty()