Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp28 static constexpr const char *PARAM_CAPABILITY_RESOLUTION = "resolution"; variable
120 … napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_RESOLUTION, jsResolutionList), false); in CreateResolutionList()
297 return ProcessJsArrayProperty<PrintResolution>(env, jsValue, PARAM_CAPABILITY_RESOLUTION, in buildSupportedResolutions()
369 {PARAM_CAPABILITY_RESOLUTION, PRINT_PARAM_OPT}, in ValidateProperty()