Searched refs:ParseUrl (Results 1 - 7 of 7) sorted by relevance
/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_initialize.h | 50 static bool ParseUrl(std::string &url);
|
/base/request/request/frameworks/js/napi/include/ |
H A D | js_initialize.h | 61 static bool ParseUrl(napi_env env, napi_value jsConfig, std::string &url, std::string &errInfo);
|
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_initialize.cpp | 69 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 D | webview_controller.h | 190 bool ParseUrl(napi_env env, napi_value urlObj, std::string& result) const;
|
H A D | webview_controller.cpp | 625 bool WebviewController::ParseUrl(napi_env env, napi_value urlObj, std::string& result) const in ParseUrl() function in OHOS::NWeb::WebviewController
|
H A D | napi_webview_controller.cpp | 2890 if (!webviewController->ParseUrl(env, argv[INTEGER_ZERO], webSrc)) { in LoadUrl()
|
/base/request/request/frameworks/js/napi/src/ |
H A D | js_initialize.cpp | 374 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