Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp33 static constexpr const char *PARAM_INFO_PRINTER_MAKE = "printerMake"; variable
60 … NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_PRINTER_MAKE, info.GetPrinterMake()); in MakeJsObject()
124 auto jsPrinterMake = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_INFO_PRINTER_MAKE); in BuildFromJs()
126 …eObj->SetPrinterMake(NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_INFO_PRINTER_MAKE)); in BuildFromJs()
151 {PARAM_INFO_PRINTER_MAKE, PRINT_PARAM_OPT}, in ValidateProperty()