Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_job_helper.cpp25 static constexpr const char *PARAM_JOB_FDLIST = "fdList"; variable
106 napi_value jsFdList = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_JOB_FDLIST); in BuildFromJs()
213 … PRINT_CALL_BASE(env, napi_set_named_property(env, jsPrintJob, PARAM_JOB_FDLIST, arrFiles), false); in CreateFdList()
256 {PARAM_JOB_FDLIST, PRINT_PARAM_NOT_SET}, in ValidateProperty()