Home
last modified time | relevance | path

Searched refs:GetSpecifiedWebsocketProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/
H A Dconnect_context.h58 …void GetSpecifiedWebsocketProxy(std::string &host, uint32_t &port, std::string &exclusionList) con…
/ohos5.0/foundation/communication/netstack/test/unittest/websocket/
H A DWebSocketTest.cpp126 context.GetSpecifiedWebsocketProxy(getHost, getPort, getExclusions);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp314 void ConnectContext::GetSpecifiedWebsocketProxy(std::string &host, uint32_t &port, std::string &exc… in GetSpecifiedWebsocketProxy() function in OHOS::NetStack::Websocket::ConnectContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp1094 context->GetSpecifiedWebsocketProxy(host, port, exclusions); in GetWebsocketProxyInfo()