Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp25 static constexpr const char *PARAM_CAPABILITY_COLORMODE = "colorMode"; variable
46 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_CAPABILITY_COLORMODE, cap.GetColorMode()); in MakeJsObject()
242 … uint32_t colorMode = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_CAPABILITY_COLORMODE); in BuildSimplePropertyFromJs()
366 {PARAM_CAPABILITY_COLORMODE, PRINT_PARAM_OPT}, in ValidateProperty()