Home
last modified time | relevance | path

Searched refs:urlValue (Results 1 - 3 of 3) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp265 napi_value urlValue; in JS_GetUrl() local
266 napi_status status = napi_create_string_utf8(env, webDownloadItem->url.c_str(), NAPI_AUTO_LENGTH, &urlValue); in JS_GetUrl()
271 return urlValue; in JS_GetUrl()
H A Dnapi_web_scheme_handler_request.cpp471 napi_value urlValue; in JS_GetUrl() local
473 napi_status status = napi_create_string_utf8(env, result, NAPI_AUTO_LENGTH, &urlValue); in JS_GetUrl()
479 return urlValue; in JS_GetUrl()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1469 std::string urlValue = nativeWebDownloadItemImpl->url; in FfiOHOSWebDownloadItemImplGetUrl() local
1471 ret.data = MallocCString(urlValue); in FfiOHOSWebDownloadItemImplGetUrl()

Completed in 9 milliseconds