Searched refs:GetJobId (Results 1 – 13 of 13) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
D | print_callback_stub_test.cpp | 110 return op.GetJobId() == oParam.GetJobId();
|
D | print_manager_client_test.cpp | 917 EXPECT_EQ(testJob.GetJobId(), jobinfo.GetJobId()); in __anona276a03c0d02() 1299 EXPECT_EQ(testJobinfo.GetJobId(), jobinfo.GetJobId()); in __anona276a03c1202() 1465 EXPECT_EQ(testPrintJobs[index].GetJobId(), result[index].GetJobId()); 1546 EXPECT_EQ(testPrintJob.GetJobId(), result.GetJobId());
|
D | print_job_test.cpp | 105 EXPECT_EQ(job.GetJobId(), "jobid-1234");
|
D | print_service_proxy_test.cpp | 326 EXPECT_EQ(testJob.GetJobId(), jobinfo.GetJobId()); in __anon8929ab751102()
|
/base/print/print_fwk/frameworks/innerkitsimpl/include/ |
D | print_job.h | 75 [[nodiscard]] const std::string &GetJobId() const;
|
/base/print/print_fwk/frameworks/innerkitsimpl/src/ |
D | print_job.cpp | 204 const std::string &PrintJob::GetJobId() const in GetJobId() function in OHOS::Print::PrintJob 352 parcel.WriteString(GetJobId()); in Marshalling()
|
D | print_service_proxy.cpp | 382 PRINT_HILOGD("[QueryPrintJobById] printerId : %{public}s", printJob.GetJobId().c_str()); in QueryPrintJobById()
|
/base/print/print_fwk/test/unittest/service_test/ |
D | print_callback_proxy_test.cpp | 104 return op.GetJobId() == oParam.GetJobId();
|
D | print_service_ability_test.cpp | 264 return op.GetJobId() == oParam.GetJobId();
|
/base/print/print_fwk/services/src/ |
D | print_service_ability.cpp | 629 auto jobId = jobInfo.GetJobId(); in StartPrintJob() 700 PrintCupsClient::GetInstance()->CancelCupsJob(jobIt->second->GetJobId()); in CancelPrintJob() 1106 auto jobId = jobInfo.GetJobId(); in RequestPreview() 1387 jobInfo.GetJobId().c_str(), jobInfo.GetJobState()); in SendPrintJobEvent() 1397 securityGuardManager_.receiveJobStateUpdate(jobInfo.GetJobId(), *printerInfo, jobInfo); in SendPrintJobEvent() 1424 std::string taskEvent = PrintUtils::GetTaskEventId(jobInfo.GetJobId(), stateInfo); in SendPrintJobEvent() 1459 …PRINT_HILOGD("CheckJobQueueBlocked %{public}s, %{public}d", jobInfo.GetJobId().c_str(), jobInfo.Ge… in CheckJobQueueBlocked()
|
D | print_cups_client.cpp | 623 params->serviceJobId = jobInfo.GetJobId(); in BuildJobParameters()
|
/base/print/print_fwk/frameworks/helper/src/ |
D | print_job_helper.cpp | 49 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_JOB_JOBID, job.GetJobId()); in MakeJsObject()
|
/base/print/print_fwk/interfaces/kits/napi/src/ |
D | napi_inner_print.cpp | 350 PRINT_HILOGD("JobId = %{public}s", printJob.GetJobId().c_str()); in QueryAllPrintJob()
|