Home
last modified time | relevance | path

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

/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp59 fileList_.assign(innerList.begin(), innerList.end()); in PrintTask()
61 if (!fileList_.empty() && fileList_.begin()->find("file://") == 0) { in PrintTask()
96 if (fileList_.empty() && fdList_.empty()) { in Start()
101 for (auto file : fileList_) { in Start()
106 fileList_.clear(); in Start()
123 fileList_.clear(); in Start()
126 return PrintManagerClient::GetInstance()->StartPrint(fileList_, fdList_, taskId_); in Start()
248 if ((adapterParam->isCheckFdList && fileList_.empty() && fdList_.empty())) { in StartUIExtensionAbility()
255 want.SetParam(LAUNCH_PARAMETER_FILE_LIST, fileList_); in StartUIExtensionAbility()
[all...]
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_task.h83 std::vector<std::string> fileList_; member in OHOS::Print::PrintTask

Completed in 2 milliseconds