Searched refs:GetUrl (Results 1 – 11 of 11) sorted by relevance
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | download_config.h | 54 [[nodiscard]] const std::string &GetUrl() const;
|
/base/request/request/download/services/src/ |
D | download_service_task.cpp | 178 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()
|
D | download_service_ability.cpp | 176 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/ |
D | download_config.cpp | 90 const std::string &DownloadConfig::GetUrl() const in GetUrl() function in OHOS::Request::Download::DownloadConfig
|
D | download_service_proxy.cpp | 82 data.WriteString(config.GetUrl()); in Request()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 151 std::string GetUrl();
|
D | napi_webview_controller.h | 135 static napi_value GetUrl(napi_env env, napi_callback_info info);
|
D | webview_controller.cpp | 717 std::string WebviewController::GetUrl() in GetUrl() function in OHOS::NWeb::WebviewController 722 url = nweb_ptr->GetUrl(); in GetUrl()
|
D | napi_webview_controller.cpp | 82 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/ |
D | nweb_create_window.h | 249 std::string GetUrl() const override in GetUrl() function
|
/base/web/webview/ohos_nweb/include/ |
D | nweb.h | 526 virtual std::string GetUrl() const = 0;
|