Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp31 static constexpr const char *PARAM_CAPABILITY_SUPPORTED_PAGESIZES = "supportedPageSizes"; variable
102 … napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_PAGESIZES, jsPageSizes), in CreatePageSizeList()
287 return ProcessJsArrayProperty<PrintPageSize>(env, jsValue, PARAM_CAPABILITY_SUPPORTED_PAGESIZES, in buildSupportedPageSizes()
372 {PARAM_CAPABILITY_SUPPORTED_PAGESIZES, PRINT_PARAM_OPT}, in ValidateProperty()