Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp23 static constexpr const char *PARAM_JOB_ISSEQUENTIAL = "isSequential"; variable
43 …NapiPrintUtils::SetBooleanProperty(env, jsObj, PARAM_JOB_ISSEQUENTIAL, attributes.GetIsSequential(… in MakeJsObject()
80 if (NapiPrintUtils::HasNamedProperty(env, jsValue, PARAM_JOB_ISSEQUENTIAL)) { in BuildFromJs()
81 … bool isSequential = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISSEQUENTIAL); in BuildFromJs()
198 {PARAM_JOB_ISSEQUENTIAL, PRINT_PARAM_OPT}, in ValidateProperty()
H A Dprint_job_helper.cpp32 static constexpr const char *PARAM_JOB_ISSEQUENTIAL = "isSequential"; variable
70 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_ISSEQUENTIAL, job.GetIsSequential()); in MakeJsObject()
130 bool isSequential = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISSEQUENTIAL); in BuildFromJs()
263 {PARAM_JOB_ISSEQUENTIAL, PRINT_PARAM_NOT_SET}, in ValidateProperty()