Home
last modified time | relevance | path

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

/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_task.h45 const std::shared_ptr<PrintAttributes> &printAttributes_, const sptr<IRemoteObject> &callerToken_);
90 std::shared_ptr<PrintAttributes> printAttributes_ = nullptr; member in OHOS::Print::PrintTask
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp84 printAttributes_ = innerPrintAttributes_; in PrintTask()
131 if (printAdapterCallback_ != nullptr && printAttributes_ != nullptr) { in StartPrintAdapter()
141 adapterParam->printAttributes = *printAttributes_; in StartPrintAdapter()
150 printJobName_, printAdapterCallback_, *printAttributes_, taskId_, callerToken_); in StartPrintAdapter()

Completed in 2 milliseconds