Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp26 static constexpr const char *PARAM_INFO_PRINTERICON = "printerIcon"; variable
45 … NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_INFO_PRINTERICON, info.GetPrinterIcon()); in MakeJsObject()
104 auto jsIcon = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_INFO_PRINTERICON); in BuildFromJs()
106 …nativeObj->SetPrinterIcon(NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_INFO_PRINTERICON)); in BuildFromJs()
147 {PARAM_INFO_PRINTERICON, PRINT_PARAM_OPT}, in ValidateProperty()