Home
last modified time | relevance | path

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

/base/request/request/frameworks/js/napi/include/
Djs_initialize.h54 static bool ParseUrl(napi_env env, napi_value jsConfig, std::string &url);
/base/request/request/frameworks/js/napi/src/
Djs_initialize.cpp326 if (!ParseUrl(env, jsConfig, config.url)) { in ParseConfig()
493 bool JsInitialize::ParseUrl(napi_env env, napi_value jsConfig, std::string &url) in ParseUrl() function in OHOS::Request::JsInitialize
765 if (!ParseUrl(env, jsConfig, config.url)) { in ParseConfigV9()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h151 bool ParseUrl(napi_env env, napi_value urlObj, std::string& result);
Dwebview_controller.cpp563 bool WebviewController::ParseUrl(napi_env env, napi_value urlObj, std::string& result) in ParseUrl() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp2333 if (!webviewController->ParseUrl(env, argv[INTEGER_ZERO], webSrc)) { in LoadUrl()