Home
last modified time | relevance | path

Searched refs:url_ (Results 1 - 6 of 6) sorted by relevance

/base/request/request/frameworks/js/napi/src/legacy/
H A Ddownload_task.cpp105 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()
160 option_.url_.c_str(), option_.filename_.c_str(), option_.fileDir_.c_str()); in Start()
H A Drequest_manager.cpp181 downloadOption.url_ = NapiUtils::Convert2String(env, option, "url"); in ParseOption()
186 downloadOption.filename_ = GetFilenameFromUrl(downloadOption.url_); in ParseOption()
/base/web/webview/ohos_nweb/include/
H A Dnweb_init_params.h252 : url_(url), method_(method), form_data_(formData) in NWebEnginePrefetchArgsImpl()
259 return url_;
273 std::string url_; member in OHOS::NWeb::NWebEnginePrefetchArgsImpl
/base/request/request/frameworks/js/napi/include/legacy/
H A Ddownload_task.h30 std::string url_; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_scheme_handler_request.cpp76 OH_ArkWebResourceRequest_GetUrl(request, &url_); in WebSchemeHandlerRequest()
116 OH_ArkWeb_ReleaseString(url_); in ~WebSchemeHandlerRequest()
123 return url_; in GetRequestUrl()
H A Dweb_scheme_handler_request.h50 char* url_ = nullptr; member in OHOS::NWeb::WebSchemeHandlerRequest

Completed in 5 milliseconds