Home
last modified time | relevance | path

Searched refs:GetUrl (Results 1 – 11 of 11) sorted by relevance

/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_config.h54 [[nodiscard]] const std::string &GetUrl() const;
/base/request/request/download/services/src/
Ddownload_service_task.cpp178 info.SetTargetURI(config_.GetUrl()); in Query()
492 DOWNLOAD_HILOGI("final url: %{public}s", config_.GetUrl().c_str()); in ExecHttp()
553 curl_easy_setopt(curl, CURLOPT_URL, config_.GetUrl().c_str()); in SetFileSizeOption()
592 curl_easy_setopt(curl, CURLOPT_URL, config_.GetUrl().c_str()); in SetOption()
837 return config_.GetUrl().find(URL_HTTPS) == 0; in IsHttpsURL()
Ddownload_service_ability.cpp176 taskId, config.GetUrl().c_str()); in Request()
178 … err.errInfo = "taskId "+ std::to_string(taskId) + " is invalid, config url: " + config.GetUrl(); in Request()
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_config.cpp90 const std::string &DownloadConfig::GetUrl() const in GetUrl() function in OHOS::Request::Download::DownloadConfig
Ddownload_service_proxy.cpp82 data.WriteString(config.GetUrl()); in Request()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h151 std::string GetUrl();
Dnapi_webview_controller.h135 static napi_value GetUrl(napi_env env, napi_callback_info info);
Dwebview_controller.cpp717 std::string WebviewController::GetUrl() in GetUrl() function in OHOS::NWeb::WebviewController
722 url = nweb_ptr->GetUrl(); in GetUrl()
Dnapi_webview_controller.cpp82 DECLARE_NAPI_FUNCTION("getUrl", NapiWebviewController::GetUrl), in Init()
1709 napi_value NapiWebviewController::GetUrl(napi_env env, napi_callback_info info) in GetUrl() function in OHOS::NWeb::NapiWebviewController
1723 url = webviewController->GetUrl(); in GetUrl()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h249 std::string GetUrl() const override in GetUrl() function
/base/web/webview/ohos_nweb/include/
Dnweb.h526 virtual std::string GetUrl() const = 0;