Home
last modified time | relevance | path

Searched refs:ParseUrl (Results 1 – 7 of 7) sorted by relevance

/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_task_napi.h39 static bool ParseUrl(napi_env env, napi_value configValue, DownloadConfig &config);
Ddownload_task_napi_v9.h38 …static bool ParseUrl(napi_env env, napi_value configValue, DownloadConfig &config, std::string &er…
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_task_napi.cpp205 if (!ParseUrl(env, configValue, config)) { in ParseConfig()
219 bool DownloadTaskNapi::ParseUrl(napi_env env, napi_value configValue, DownloadConfig &config) in ParseUrl() function in OHOS::Request::Download::DownloadTaskNapi
Ddownload_task_napi_V9.cpp229 if (!ParseUrl(env, configValue, config, errInfo)) { in ParseConfig()
244 bool DownloadTaskNapiV9::ParseUrl(napi_env env, napi_value configValue, DownloadConfig &config, std… in ParseUrl() function in OHOS::Request::Download::DownloadTaskNapiV9
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h114 ErrCode ParseUrl(napi_env env, napi_value urlObj, std::string& result);
Dwebview_controller.cpp415 ErrCode WebviewController::ParseUrl(napi_env env, napi_value urlObj, std::string& result) in ParseUrl() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp1249 ErrCode ret = webviewController->ParseUrl(env, argv[INTEGER_ZERO], webSrc); in LoadUrl()