Searched refs:ParseUrl (Results 1 – 5 of 5) sorted by relevance
/base/request/request/frameworks/js/napi/include/ |
D | js_initialize.h | 54 static bool ParseUrl(napi_env env, napi_value jsConfig, std::string &url);
|
/base/request/request/frameworks/js/napi/src/ |
D | js_initialize.cpp | 326 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/ |
D | webview_controller.h | 151 bool ParseUrl(napi_env env, napi_value urlObj, std::string& result);
|
D | webview_controller.cpp | 563 bool WebviewController::ParseUrl(napi_env env, napi_value urlObj, std::string& result) in ParseUrl() function in OHOS::NWeb::WebviewController
|
D | napi_webview_controller.cpp | 2333 if (!webviewController->ParseUrl(env, argv[INTEGER_ZERO], webSrc)) { in LoadUrl()
|