Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_job_helper.cpp27 static constexpr const char *PARAM_JOB_PRINTERID = "printerId"; variable
60 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_JOB_PRINTERID, job.GetPrinterId()); in MakeJsObject()
126 … std::string printerId = NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_JOB_PRINTERID); in BuildFromJs()
258 {PARAM_JOB_PRINTERID, PRINT_PARAM_NOT_SET}, in ValidateProperty()