Searched refs:option_ (Results 1 - 13 of 13) sorted by relevance
/base/request/request/frameworks/js/napi/src/legacy/ |
H A D | download_task.cpp | 29 : taskId_(token), option_(option), callback_(callback), totalSize_(0), hasFileSize_(false)
in DownloadTask() 46 auto downloadFile = option_.fileDir_ + '/' + option_.filename_;
in OpenDownloadFile() 83 remove((option_.fileDir_ + '/' + option_.filename_).c_str());
in NotifyDone() 105 curl_easy_setopt(handle.get(), CURLOPT_URL, option_.url_.c_str());
in GetFileSize() 142 curl_easy_setopt(handle, CURLOPT_URL, option_.url_.c_str());
in SetOption() 148 if (!option_.header_.empty()) {
in SetOption() 149 for (const auto &head : option_.header_) {
in SetOption() 160 option_ in Start() [all...] |
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_attributes.cpp | 25 hasMargin_(false), hasOption_(false), option_("") { in PrintAttributes() 52 option_ = right.option_; in PrintAttributes() 77 option_ = right.option_; in operator =() 143 option_ = option; in SetOption() 167 option_ = jobInfo.option_; in UpdateParams() 216 return option_; in GetOption() 438 PRINT_HILOGD("option: %{private}s", option_ in Dump() [all...] |
H A D | printer_info.cpp | 37 option_(""), in PrinterInfo() 63 option_(right.option_), in PrinterInfo() 87 option_ = right.option_; in operator =() 146 option_ = option; in SetOption() 229 return option_; in GetOption() 421 PRINT_HILOGD("option: %{private}s", option_.c_str()); in Dump()
|
H A 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 =() 171 option_ = option; in SetOption() 199 option_ = jobInfo.option_; in UpdateParams() 289 return option_; in GetOption() 432 PRINT_HILOGD("option: %{private}s", option_ in Dump() [all...] |
H A D | printer_capability.cpp | 34 option_("") in PrinterCapability() 64 option_ = right.option_; in operator =() 130 option_ = option; in SetOption() 265 return option_; in GetOption() 429 PRINT_HILOGD("option: %{private}s", option_.c_str()); in Dump()
|
/base/request/request/frameworks/js/napi/include/legacy/ |
H A D | download_task.h | 61 DownloadOption option_;
member in OHOS::Request::Legacy::DownloadTask
|
/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | printer_capability.h | 150 std::string option_; member in OHOS::Print::final
|
H A D | printer_info.h | 145 std::string option_; member in OHOS::Print::final
|
H A D | print_attributes.h | 144 std::string option_; member in OHOS::Print::final
|
H A D | print_job.h | 140 std::string option_; member in OHOS::Print::final
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_attributes_test.cpp | 102 EXPECT_EQ(printAttributes.option_, "1"); in HWTEST_F()
|
H A D | print_job_test.cpp | 78 EXPECT_EQ(job.option_, "option"); in HWTEST_F()
|
H A D | print_utils_test.cpp | 359 EXPECT_EQ(adapterParam->printAttributes.option_, "123"); in HWTEST_F()
|
Completed in 6 milliseconds