Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp165 napi_value jsCaPath = NapiUtils::GetNamedProperty(GetEnv(), optionsValue, ContextKey::CAPATH); in ParseCaPath() local
166 if (NapiUtils::GetValueType(GetEnv(), jsCaPath) != napi_string) { in ParseCaPath()