Home
last modified time | relevance | path

Searched refs:GetClientCert (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/
H A Dconnect_context.h46 void GetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword);
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h126 void GetClientCert(std::string &cert, std::string &certType, std::string &key, SecureChar &keyPasswd);
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h140 void GetClientCert(std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd);
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp205 void HttpRequest::GetClientCert( in GetClientCert() function in OHOS::NetStack::Http::HttpRequest
H A Dnet_http_client_exec.cpp703 context->options.GetClientCert(cert, certType, key, keyPasswd); in SetSSLCertOption()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp218 void HttpRequestOptions::GetClientCert( in GetClientCert() function in OHOS::NetStack::Http::HttpRequestOptions
/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp161 requestOptions.GetClientCert(retrievedCert, retrievedCertType, retrievedKey, retrievedKeyPasswd); in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp172 void ConnectContext::GetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword) in GetClientCert() function in OHOS::NetStack::Websocket::ConnectContext
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp911 context->options.GetClientCert(cert, certType, key, keyPasswd); in AddCurlHandle()

Completed in 13 milliseconds