Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_job_helper.cpp127 uint32_t jobState = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_JOB_JOBSTATE); in BuildFromJs() local
136 nativeObj->SetJobState(jobState); in BuildFromJs()
144 BuildJsWorkerIsLegal(env, jsValue, jobId, jobState, subState, nativeObj); in BuildFromJs()
150 uint32_t jobState, uint32_t subState, std::shared_ptr<PrintJob> &nativeObj) in BuildJsWorkerIsLegal() argument
152 if (jobState >= PRINT_JOB_UNKNOWN || subState > PRINT_JOB_BLOCKED_UNKNOWN) { in BuildJsWorkerIsLegal()
153 PRINT_HILOGE("Invalid job state[%{public}d] or sub state [%{public}d]", jobState, subState); in BuildJsWorkerIsLegal()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_job.cpp101 void PrintJob::SetJobState(uint32_t jobState) in SetJobState() argument
103 if (jobState < PRINT_JOB_UNKNOWN) { in SetJobState()
104 jobState_ = jobState; in SetJobState()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dprint_job_helper.h29 uint32_t jobState, uint32_t subState, std::shared_ptr<PrintJob> &nativeObj);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_job.h48 void SetJobState(uint32_t jobState);
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp610 for (auto jobState : jobStateArr) { in TestSendPrintJobEvent() local
611 jobInfo.SetJobState(jobState); in TestSendPrintJobEvent()
614 uint32_t jobState = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestSendPrintJobEvent() local
615 jobInfo.SetJobState(jobState); in TestSendPrintJobEvent()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print-sys.md129 | jobState | PrintJobState | 是 | 表示当前打印任务状态 |
720 jobState : 3,
784 jobState : 3,
931 jobState : 3,
992 jobState : 3,
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print-sys.md129 | jobState | PrintJobState | Yes| State of the print job.|
828 jobState : 3,
892 jobState : 3,
1039 jobState : 3,
1100 jobState : 3,