Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_job_helper.cpp26 static constexpr const char *PARAM_JOB_JOBID = "jobId"; variable
45 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_JOB_JOBID, job.GetJobId()); in MakeJsSimpleObject()
59 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_JOB_JOBID, job.GetJobId()); in MakeJsObject()
125 std::string jobId = NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_JOB_JOBID); in BuildFromJs()
257 {PARAM_JOB_JOBID, PRINT_PARAM_NOT_SET}, in ValidateProperty()