Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor_helper.cpp28 static constexpr const char *PARAM_OPTION_CAP = "optionCap"; variable
46 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_OPTION_CAP, desc.GetOptionCap()); in MakeJsObject()
102 int32_t optionCap = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_OPTION_CAP); in GetValueFromJs()