Home
last modified time | relevance | path

Searched refs:PRINT_MAX_PRINT_COUNT (Results 1 - 2 of 2) sorted by relevance

/base/print/print_fwk/utils/include/
H A Dprint_constant.h24 #define PRINT_MAX_PRINT_COUNT 1000 macro
53 if ((count) > PRINT_MAX_PRINT_COUNT) { \
54 PRINT_HILOGW("input val is exceed print max range:%{public}d", PRINT_MAX_PRINT_COUNT); \
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp131 if (fileList.size() > PRINT_MAX_PRINT_COUNT) { in OnStartPrint()
140 if (len > PRINT_MAX_PRINT_COUNT) { in OnStartPrint()
257 if (len > PRINT_MAX_PRINT_COUNT) { in OnAddPrinters()
362 if (printerIds.size() > PRINT_MAX_PRINT_COUNT) { in OnRemovePrinters()
385 if (len > PRINT_MAX_PRINT_COUNT) { in OnUpdatePrinters()

Completed in 3 milliseconds