Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp32 static constexpr const char *PARAM_CAPABILITY_SUPPORTED_COLORMODES = "supportedColorModes"; variable
138 …napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_COLORMODES, jsSupportedColor… in CreateSupportedColorModeList()
307 return ProcessJsArrayProperty<uint32_t>(env, jsValue, PARAM_CAPABILITY_SUPPORTED_COLORMODES, in buildSupportedColorModes()
373 {PARAM_CAPABILITY_SUPPORTED_COLORMODES, PRINT_PARAM_OPT}, in ValidateProperty()