Home
last modified time | relevance | path

Searched refs:option_ (Results 1 – 8 of 8) sorted by relevance

/base/request/request/frameworks/js/napi/src/legacy/
Ddownload_task.cpp28 : taskId_(token), option_(option), callback_(callback), totalSize_(0), hasFileSize_(false) in DownloadTask()
45 auto downloadFile = option_.fileDir_ + '/' + option_.filename_; in OpenDownloadFile()
82 remove((option_.fileDir_ + '/' + option_.filename_).c_str()); in NotifyDone()
104 curl_easy_setopt(handle.get(), CURLOPT_URL, option_.url_.c_str()); in GetFileSize()
141 curl_easy_setopt(handle, CURLOPT_URL, option_.url_.c_str()); in SetOption()
147 if (!option_.header_.empty()) { in SetOption()
148 for (const auto &head : option_.header_) { in SetOption()
159 option_.url_.c_str(), option_.filename_.c_str(), option_.fileDir_.c_str()); in Start()
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprinter_info.cpp22 …rIcon_(PRINT_INVALID_ID), description_(""), hasCapability_(false), hasOption_(false), option_("") { in PrinterInfo()
36 option_= right.option_; in PrinterInfo()
50 option_ = right.option_; in operator =()
93 option_ = option; in SetOption()
138 return option_; in GetOption()
232 PRINT_HILOGD("option: %{private}s", option_.c_str()); in Dump()
Dprinter_capability.cpp22 hasResolution_(false), hasMargin_(false), hasOption_(false), option_("") in PrinterCapability()
39 option_= right.option_; in PrinterCapability()
53 option_ = right.option_; in operator =()
103 option_ = option; in SetOption()
148 return option_; in GetOption()
255 PRINT_HILOGD("option: %{private}s", option_.c_str()); in Dump()
Dprint_job.cpp25 hasMargin_(false), hasPreview_(false), hasOption_(false), option_("") { in PrintJob()
51 option_ = right.option_; in PrintJob()
76 option_ = right.option_; in operator =()
167 option_ = option; in SetOption()
195 option_ = jobInfo.option_; in UpdateParams()
285 return option_; in GetOption()
422 PRINT_HILOGD("option: %{private}s", option_.c_str()); in Dump()
/base/request/request/frameworks/js/napi/include/legacy/
Ddownload_task.h59 DownloadOption option_; variable
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprinter_info.h91 std::string option_; variable
Dprinter_capability.h90 std::string option_; variable
Dprint_job.h139 std::string option_; variable