Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp24 static constexpr const char *PARAM_JOB_PAGESIZE = "pageSize"; variable
144 napi_value jsPageSize = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_JOB_PAGESIZE); in BuildFromJsPageSize()
179 …PRINT_CALL_BASE(env, napi_set_named_property(env, jsPrintAttributes, PARAM_JOB_PAGESIZE, jsPageSiz… in CreatePageSize()
199 {PARAM_JOB_PAGESIZE, PRINT_PARAM_OPT}, in ValidateProperty()
H A Dprint_job_helper.cpp33 static constexpr const char *PARAM_JOB_PAGESIZE = "pageSize"; variable
165 napi_value jsPageSize = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_JOB_PAGESIZE); in BuildJsWorkerIsLegal()
231 …PRINT_CALL_BASE(env, napi_set_named_property(env, jsPrintJob, PARAM_JOB_PAGESIZE, jsPageSize), fal… in CreatePageSize()
264 {PARAM_JOB_PAGESIZE, PRINT_PARAM_NOT_SET}, in ValidateProperty()