Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/include/
H A Dwebsocket_exec.h45 …static bool ParseUrl(ConnectContext *context, char *prefix, size_t prefixLen, char *address, size_…
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_initialize.h47 static bool ParseUrl(std::string &url);
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp326 bool ParseUrl(const std::string url, char *prefix, char *address, char *path, int *port) in ParseUrl() function
359 if (!ParseUrl(url, prefix, address, pathWithoutStart, &port)) { in CreatConnectInfo()
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp71 bool CJInitialize::ParseUrl(std::string &url) in ParseUrl() function in OHOS::CJSystemapi::Request::CJInitialize
738 if (!ParseUrl(config.url)) { in ParseConfig()
/ohos5.0/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);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp372 if (!ParseUrl(env, jsConfig, config.url, errInfo)) { in ParseConfig()
569 bool JsInitialize::ParseUrl(napi_env env, napi_value jsConfig, std::string &url, std::string &errIn… in ParseUrl() function in OHOS::Request::JsInitialize
923 if (!ParseUrl(env, jsConfig, config.url, errInfo)) { in ParseConfigV9()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp254 bool WebSocketExec::ParseUrl(ConnectContext *context, char *protocol, size_t protocolLen, char *add… in ParseUrl() function in OHOS::NetStack::Websocket::WebSocketExec
644 …if (!ParseUrl(context, protocol, MAX_URI_LENGTH, address, MAX_URI_LENGTH, path, MAX_URI_LENGTH, &p… in CreatConnectInfo()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h190 bool ParseUrl(napi_env env, napi_value urlObj, std::string& result);
H A Dwebview_controller.cpp625 bool WebviewController::ParseUrl(napi_env env, napi_value urlObj, std::string& result) in ParseUrl() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp2888 if (!webviewController->ParseUrl(env, argv[INTEGER_ZERO], webSrc)) { in LoadUrl()