Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_configuration.cpp36 whetherToSkip_ = other.whetherToSkip_; in TLSConfiguration()
56 whetherToSkip_ = other.whetherToSkip_; in operator =()
204 whetherToSkip_ = whetherToSkip; in SetSkipFlag()
209 return whetherToSkip_; in GetSkipFlag()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_configuration.h96 bool whetherToSkip_ = false; variable