Searched refs:SetSpecifiedWebsocketProxy (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/ |
H A D | connect_context.h | 56 …void SetSpecifiedWebsocketProxy(const std::string &host, int32_t port, const std::string &exclusio…
|
/ohos5.0/foundation/communication/netstack/test/unittest/websocket/ |
H A D | WebSocketTest.cpp | 122 context.SetSpecifiedWebsocketProxy(host, port, exclusions);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
H A D | connect_context.cpp | 249 SetSpecifiedWebsocketProxy(host, port, exclusionList); in ParseProxy() 307 void ConnectContext::SetSpecifiedWebsocketProxy(const std::string &host, int32_t port, const std::s… in SetSpecifiedWebsocketProxy() function in OHOS::NetStack::Websocket::ConnectContext
|
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocket/fuzztest/websocketexec_fuzzer/ |
H A D | websocket_exec_fuzzer.cpp | 128 context.SetSpecifiedWebsocketProxy(str, size, str); in SetSpecifiedWebsocketProxyFuzzTest()
|