Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp29 static constexpr const char *PARAM_CAPABILITY_MINMARGIN = "minMargin"; variable
78 PRINT_CALL(env, napi_set_named_property(env, jsObj, PARAM_CAPABILITY_MINMARGIN, jsMargin)); in MakeJsObject()
252 … napi_value jsMargin = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_CAPABILITY_MINMARGIN); in BuildSimplePropertyFromJs()
370 {PARAM_CAPABILITY_MINMARGIN, PRINT_PARAM_OPT}, in ValidateProperty()