Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_job_helper.cpp29 static constexpr const char *PARAM_JOB_SUBSTATE = "jobSubstate"; variable
47 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_SUBSTATE, job.GetSubState()); in MakeJsSimpleObject()
62 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_SUBSTATE, job.GetSubState()); in MakeJsObject()
128 uint32_t subState = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_JOB_SUBSTATE); in BuildFromJs()
260 {PARAM_JOB_SUBSTATE, PRINT_PARAM_OPT}, in ValidateProperty()