Searched refs:CopyArray (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | print_converter.h | 49 T *CopyArray(const std::vector<T> &list, uint32_t &count) in CopyArray() function 73 T2 *CopyArray(const std::vector<T1> &list, uint32_t &count, bool (*ConvertFunction)(const T1 &src, … in CopyArray() function
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_helper.cpp | 198 … nativePrinterInfo.capability.supportedPageSizes = CopyArray<Print_PageSize>(nativePageSizeVector, in PageSizeArrayConvert() 265 nativePrinterInfo.capability.supportedColorModes = CopyArray<uint32_t, Print_ColorMode>( in ParseColorModeArray() 274 nativePrinterInfo.capability.supportedDuplexModes = CopyArray<uint32_t, Print_DuplexMode>( in ParseDuplexModeArray() 284 …CopyArray<uint32_t, Print_Quality>(list, nativePrinterInfo.capability.supportedQualitiesCount, Con… in ParseQualityArray() 325 CopyArray<Print_Resolution>(list, nativePrinterInfo.capability.supportedResolutionsCount); in ParseResolutionArray() 340 … nativePrinterInfo.capability.supportedOrientations = CopyArray<uint32_t, Print_OrientationMode>( in ParsePrinterOpt()
|