Home
last modified time | relevance | path

Searched refs:tranIndex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp171 PrinterTranIndex tranIndex; in AllocateInterface() local
185 if (tranIndex.commonConfigIndex == INVAILD_VALUE) { in AllocateInterface()
186 tranIndex.commonConfigIndex = configIndex; in AllocateInterface()
189 tranIndex.sendDocConfigIndex = configIndex; in AllocateInterface()
194 …if (tranIndex.commonConfigIndex == INVAILD_VALUE || tranIndex.sendDocConfigIndex == INVAILD_VALUE)… in AllocateInterface()
211 printTranIndexMap[printerName] = tranIndex; in AllocateInterface()
249 …usbdevice.GetConfigs()[tranIndex.commonConfigIndex].GetInterfaces()[tranIndex.commonInterfaceIndex… in DisConnectUsbPinter()
251 …usbdevice.GetConfigs()[tranIndex.sendDocConfigIndex].GetInterfaces()[tranIndex.sendDocInterfaceInd… in DisConnectUsbPinter()
273 currentConfigIndex = tranIndex.sendDocConfigIndex; in BulkTransferWrite()
276 currentConfigIndex = tranIndex.commonConfigIndex; in BulkTransferWrite()
[all …]