Home
last modified time | relevance | path

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

/ohos5.0/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; variable
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp86 printAttributes_ = innerPrintAttributes_; in PrintTask()
140 if (printAdapterCallback_ != nullptr && printAttributes_ != nullptr) { in StartPrintAdapter()
150 adapterParam->printAttributes = *printAttributes_; in StartPrintAdapter()
159 printJobName_, printAdapterCallback_, *printAttributes_, taskId_, callerToken_); in StartPrintAdapter()