Home
last modified time | relevance | path

Searched refs:cert_ (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp194 cert_ = cert; in SetClientCert()
208 cert = cert_; in GetClientCert()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp207 cert_ = cert; in SetClientCert()
221 cert = cert_; in GetClientCert()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h170 std::string cert_; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h184 std::string cert_; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket.h199 std::string cert_; member in OHOS::NetStack::TlsSocket::TLSSecureOptions
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket.cpp185 cert_ = tlsSecureOptions.GetCert(); in operator =()
204 cert_ = cert; in SetCert()
249 return cert_; in GetCert()

Completed in 9 milliseconds