Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp212 …napi_value websocketProxyValue = NapiUtils::GetNamedProperty(GetEnv(), optionsValue, ContextKey::P… in ParseProxy() local
213 napi_valuetype type = NapiUtils::GetValueType(GetEnv(), websocketProxyValue); in ParseProxy()
215 std::string proxyStr = NapiUtils::GetStringFromValueUtf8(GetEnv(), websocketProxyValue); in ParseProxy()
234 … NapiUtils::GetStringPropertyUtf8(GetEnv(), websocketProxyValue, ContextKey::WEBSOCKET_PROXY_HOST); in ParseProxy()
235 …int32_t port = NapiUtils::GetInt32Property(GetEnv(), websocketProxyValue, ContextKey::WEBSOCKET_PR… in ParseProxy()
236 …if (NapiUtils::HasNamedProperty(GetEnv(), websocketProxyValue, ContextKey::WEBSOCKET_PROXY_EXCLUSI… in ParseProxy()
238 …NapiUtils::GetNamedProperty(GetEnv(), websocketProxyValue, ContextKey::WEBSOCKET_PROXY_EXCLUSION_L… in ParseProxy()