Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp35 static constexpr const char *PARAM_CAPABILITY_SUPPORTED_QUALITIES = "supportedQualities"; variable
195 …napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_QUALITIES, jsSupportedQualit… in CreateSupportedQualityList()
330 return ProcessJsArrayProperty<uint32_t>(env, jsValue, PARAM_CAPABILITY_SUPPORTED_QUALITIES, in buildSupportedQualities()
376 {PARAM_CAPABILITY_SUPPORTED_QUALITIES, PRINT_PARAM_OPT}, in ValidateProperty()