Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dprinter_capability_helper.h37 …static bool CreatePageSizeList(napi_env env, napi_value &jsPrinterCap, const PrinterCapability &ca…
38 …static bool CreateResolutionList(napi_env env, napi_value &jsPrinterCap, const PrinterCapability &…
39 …static bool CreateSupportedColorModeList(napi_env env, napi_value &jsPrinterCap, const PrinterCapa…
40 …static bool CreateSupportedDuplexModeList(napi_env env, napi_value &jsPrinterCap, const PrinterCap…
41 …static bool CreateSupportedMediaTypeList(napi_env env, napi_value &jsPrinterCap, const PrinterCapa…
42 …static bool CreateSupportedQualityList(napi_env env, napi_value &jsPrinterCap, const PrinterCapabi…
43 …static bool CreateSupportedOrientationList(napi_env env, napi_value &jsPrinterCap, const PrinterCa…
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp88 bool PrinterCapabilityHelper::CreatePageSizeList(napi_env env, napi_value &jsPrinterCap, const Prin… in CreatePageSizeList() argument
102 … napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_PAGESIZES, jsPageSizes), in CreatePageSizeList()
120 … napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_RESOLUTION, jsResolutionList), false); in CreateResolutionList()
124 bool PrinterCapabilityHelper::CreateSupportedColorModeList(napi_env env, napi_value& jsPrinterCap, in CreateSupportedColorModeList() argument
138 …napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_COLORMODES, jsSupportedColor… in CreateSupportedColorModeList()
143 bool PrinterCapabilityHelper::CreateSupportedDuplexModeList(napi_env env, napi_value& jsPrinterCap, in CreateSupportedDuplexModeList() argument
162 bool PrinterCapabilityHelper::CreateSupportedMediaTypeList(napi_env env, napi_value& jsPrinterCap, in CreateSupportedMediaTypeList() argument
176 …napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_MEDIA_TYPES, jsSupportedMedi… in CreateSupportedMediaTypeList()
181 bool PrinterCapabilityHelper::CreateSupportedQualityList(napi_env env, napi_value& jsPrinterCap, in CreateSupportedQualityList() argument
195 …napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_QUALITIES, jsSupportedQualit… in CreateSupportedQualityList()
[all …]