Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp33 static constexpr const char *PARAM_CAPABILITY_SUPPORTED_DUPLEXMODES = "supportedDuplexModes"; variable
157 …napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_DUPLEXMODES, jsSupportedDupl… in CreateSupportedDuplexModeList()
318 return ProcessJsArrayProperty<uint32_t>(env, jsValue, PARAM_CAPABILITY_SUPPORTED_DUPLEXMODES, in buildSupportedDuplexModes()
374 {PARAM_CAPABILITY_SUPPORTED_DUPLEXMODES, PRINT_PARAM_OPT}, in ValidateProperty()