Home
last modified time | relevance | path

Searched refs:jobIt (Results 1 - 2 of 2) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_user_data.cpp62 auto jobIt = printJobList_.find(jobId); in UpdateQueuedJobList() local
63 if (jobIt == printJobList_.end()) { in UpdateQueuedJobList()
67 printJobList_.erase(jobIt); in UpdateQueuedJobList()
84 auto jobIt = printJobList_.find(printJobId); in QueryPrintJobById() local
85 if (jobIt == printJobList_.end()) { in QueryPrintJobById()
89 if (jobIt->second != nullptr) { in QueryPrintJobById()
90 printJob = *jobIt->second; in QueryPrintJobById()
104 auto jobIt = queuedJobList_.find(iter.second); in QueryAllPrintJob() local
105 if (jobIt == queuedJobList_.end()) { in QueryAllPrintJob()
109 if (jobIt in QueryAllPrintJob()
[all...]
H A Dprint_service_ability.cpp1182 auto jobIt = printJobList_.find(jobInfo.GetJobId()); in CheckPrintJob() local
1183 if (jobIt == printJobList_.end()) { in CheckPrintJob()
1187 printJobList_.erase(jobIt); in CheckPrintJob()
1280 auto jobIt = userData->queuedJobList_.find(jobId); in CancelPrintJob() local
1281 if (jobIt == userData->queuedJobList_.end()) { in CancelPrintJob()
1286 if (jobIt->second->GetJobState() >= PRINT_JOB_QUEUED) { in CancelPrintJob()
1287 std::string extensionId = PrintUtils::GetExtensionId(jobIt->second->GetPrinterId()); in CancelPrintJob()
1291 DelayedSingleton<PrintCupsClient>::GetInstance()->CancelCupsJob(jobIt->second->GetJobId()); in CancelPrintJob()
1313 SetPrintJobCanceled(*jobIt->second); in CancelPrintJob()
1350 for (auto jobIt in CancelUserPrintJobs()
1400 auto jobIt = userData->queuedJobList_.find(jobId); SendQueuePrintJob() local
1671 auto jobIt = userData->queuedJobList_.find(jobId); CheckAndSendQueuePrintJob() local
1858 auto jobIt = userData->printJobList_.find(jobId); RequestPreview() local
[all...]

Completed in 5 milliseconds