Home
last modified time | relevance | path

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

/base/request/request/frameworks/cj/ffi/include/
H A Dcj_initialize.h50 static bool ParseUrl(std::string &url);
/base/request/request/frameworks/js/napi/include/
H A Djs_initialize.h61 static bool ParseUrl(napi_env env, napi_value jsConfig, std::string &url, std::string &errInfo);
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp69 bool CJInitialize::ParseUrl(std::string &url) in ParseUrl() function in OHOS::CJSystemapi::Request::CJInitialize
76 REQUEST_HILOGE("ParseUrl error"); in ParseUrl()
90 REQUEST_HILOGE("ParseUrl error"); in ParseCertsPath()
734 if (!ParseUrl(config.url)) { in ParseConfig()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h190 bool ParseUrl(napi_env env, napi_value urlObj, std::string& result) const;
H A Dwebview_controller.cpp625 bool WebviewController::ParseUrl(napi_env env, napi_value urlObj, std::string& result) const in ParseUrl() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp2890 if (!webviewController->ParseUrl(env, argv[INTEGER_ZERO], webSrc)) { in LoadUrl()
/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp374 if (!ParseUrl(env, jsConfig, config.url, errInfo)) { in ParseConfig()
571 bool JsInitialize::ParseUrl(napi_env env, napi_value jsConfig, std::string &url, std::string &errInfo) in ParseUrl() function in OHOS::Request::JsInitialize
580 REQUEST_HILOGE("ParseUrl error"); in ParseUrl()
598 REQUEST_HILOGE("ParseUrl error"); in ParseCertsPath()
920 if (!ParseUrl(env, jsConfig, config.url, errInfo)) { in ParseConfigV9()

Completed in 20 milliseconds