Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_configuration.cpp202 void TLSConfiguration::SetSkipFlag(bool whetherToSkip) in SetSkipFlag() argument
204 whetherToSkip_ = whetherToSkip; in SetSkipFlag()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_connect_context.cpp160 … bool whetherToSkip = NapiUtils::GetBooleanProperty(GetEnv(), params[0], SKIP_REMOTE_VALIDATION); in ReadTLSConnectOptions() local
161 options.SetSkipRemoteValidation(whetherToSkip); in ReadTLSConnectOptions()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_configuration.h74 void SetSkipFlag(bool whetherToSkip);