Searched refs:option_ (Results 1 – 8 of 8) sorted by relevance
/base/request/request/frameworks/js/napi/src/legacy/ |
D | download_task.cpp | 28 : 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/ |
D | printer_info.cpp | 22 …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()
|
D | printer_capability.cpp | 22 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()
|
D | print_job.cpp | 25 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/ |
D | download_task.h | 59 DownloadOption option_; variable
|
/base/print/print_fwk/frameworks/innerkitsimpl/include/ |
D | printer_info.h | 91 std::string option_; variable
|
D | printer_capability.h | 90 std::string option_; variable
|
D | print_job.h | 139 std::string option_; variable
|