Home
last modified time | relevance | path

Searched refs:PROTCOL (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/websocket/constant/src/
H A Dconstant.cpp28 const char *ContextKey::PROTCOL = "protocol"; member in OHOS::NetStack::Websocket::ContextKey
/foundation/communication/netstack/frameworks/js/napi/websocket/constant/include/
H A Dconstant.h84 static const char *PROTCOL; member in OHOS::NetStack::Websocket::final
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp256 if (!NapiUtils::HasNamedProperty(GetEnv(), optionsValue, ContextKey::PROTCOL)) { in ParseProtocol()
260 napi_value jsProtocol = NapiUtils::GetNamedProperty(GetEnv(), optionsValue, ContextKey::PROTCOL); in ParseProtocol()
262 SetProtocol(NapiUtils::GetStringPropertyUtf8(GetEnv(), optionsValue, ContextKey::PROTCOL)); in ParseProtocol() member in OHOS::NetStack::Websocket::ContextKey

Completed in 2 milliseconds