Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsCertificateTest.cpp82 HWTEST_F(TlsCertificateTest, GetLocalCertString, TestSize.Level2)
85 std::string localCert = tlsCertificate.GetLocalCertString();
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_certificate.h45 std::string GetLocalCertString() const;
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp381 std::string TLSCertificate::GetLocalCertString() const in GetLocalCertString() function in OHOS::NetStack::TlsSocket::TLSCertificate