Lines Matching refs:string

51     std::vector<std::string> caVec = { TlsUtilsTest::ChangeToFile(CA_PATH_CHAIN),
64 std::vector<std::string> caVec = { TlsUtilsTest::ChangeToFile(CA_PATH_CHAIN),
68 std::string protocolV13 = "TLSv1.3";
69 std::vector<std::string> protocolVec = { protocolV13 };
100 const std::string data = "how do you do? this is connectInterface";
118 const std::string data = "how do you do? this is closeInterface";
136 const std::string data = "how do you do? this is sendInterface";
155 std::vector<std::string> caVec = { TlsUtilsTest::ChangeToFile(CA_PATH_CHAIN),
174 const std::string data = "how do you do? this is getRemoteAddressInterface";
201 const std::string tlsSocketCertChainTestData = "how do you do? this is getStateInterface";
219 const std::string data = "how do you do? This is UT test getCertificateInterface";
239 const std::string data = "how do you do? This is UT test getRemoteCertificateInterface";
259 const std::string data = "how do you do? this is protocolInterface.";
264 std::string getProtocolVal = "";
265 certChainServer.GetProtocol([&getProtocolVal](int32_t errCode, const std::string &protocol) {
284 const std::string data = "how do you do? This is getCipherSuiteInterface";
289 std::vector<std::string> testCipherSuite;
290 certChainServer.GetCipherSuite([&testCipherSuite](int32_t errCode, const std::vector<std::string> &suite) {
315 std::string signatureAlgorithmVec = {"rsa_pss_rsae_sha256:ECDSA+SHA256"};
317 std::vector<std::string> caVec = { TlsUtilsTest::ChangeToFile(CA_PATH_CHAIN),
320 std::string protocolV13 = "TLSv1.3";
321 std::vector<std::string> protocolVec = {protocolV13};
331 const std::string data = "how do you do? this is getSignatureAlgorithmsInterface";
336 std::vector<std::string> testSignatureAlgorithms;
338 [&testSignatureAlgorithms](int32_t errCode, const std::vector<std::string> &algorithms) {
359 std::string getData = "server->client";
362 certChainServer.OnMessage([&getData](const std::string &data, const Socket::SocketRemoteInfo &remoteInfo) {
370 const std::string data = "how do you do? this is tlsSocketOnMessageData";