Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_job.cpp32 fdList_.clear(); in PrintJob()
33 fdList_.assign(right.fdList_.begin(), right.fdList_.end()); in PrintJob()
57 fdList_.clear(); in operator =()
58 fdList_.assign(right.fdList_.begin(), right.fdList_.end()); in operator =()
87 fdList_.clear(); in SetFdList()
182 fdList_.clear(); in UpdateParams()
183 fdList_.assign(jobInfo.fdList_.begin(), jobInfo.fdList_.end()); in UpdateParams()
205 fdList.assign(fdList_.begin(), fdList_.end()); in GetFdList()
295 fdList_.clear(); in ReadParcelFD()
302 fdList_.emplace_back(fd); in ReadParcelFD()
[all …]
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp57 fdList_.emplace_back(fd); in PrintTask()
98 if (fileList_.empty() && fdList_.empty()) { in Start()
106 fdList_.emplace_back(fd); in Start()
110 for (auto fd : fdList_) { in Start()
113 fdList_.clear(); in Start()
128 for (auto fd : fdList_) { in Start()
131 fdList_.clear(); in Start()
135 return PrintManagerClient::GetInstance()->StartPrint(fileList_, fdList_, taskId_); in Start()
257 if ((adapterParam->isCheckFdList && fileList_.empty() && fdList_.empty())) { in StartUIExtensionAbility()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_job.h123 std::vector<uint32_t> fdList_;
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_task.h84 std::vector<uint32_t> fdList_; variable