Searched refs:ParseUrl (Results 1 – 7 of 7) sorted by relevance
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | download_task_napi.h | 39 static bool ParseUrl(napi_env env, napi_value configValue, DownloadConfig &config);
|
D | download_task_napi_v9.h | 38 …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/ |
D | download_task_napi.cpp | 205 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
|
D | download_task_napi_V9.cpp | 229 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/ |
D | webview_controller.h | 114 ErrCode ParseUrl(napi_env env, napi_value urlObj, std::string& result);
|
D | webview_controller.cpp | 415 ErrCode WebviewController::ParseUrl(napi_env env, napi_value urlObj, std::string& result) in ParseUrl() function in OHOS::NWeb::WebviewController
|
D | napi_webview_controller.cpp | 1249 ErrCode ret = webviewController->ParseUrl(env, argv[INTEGER_ZERO], webSrc); in LoadUrl()
|