Lines Matching refs:std
42 const std::string_view CA_DER = "/data/ClientCert/ca.crt";
43 const std::string_view IP_ADDRESS = "/data/Ip/address.txt";
44 const std::string_view PORT = "/data/Ip/port.txt";
49 std::cout << "CA file does not exist! (" << function << ")";
55 std::string ChangeToFile(std::string_view fileName)
57 std::ifstream file;
59 std::stringstream ss;
61 std::string infos = ss.str();
67 std::string GetIp(std::string ip)
105 const std::string data = "how do you do? this is sendInterface";
118 const std::string data = "how do you do? this is closeInterface";
141 const std::string data = "how do you do? this is stopInterface";
167 address.SetPort(std::atoi(ChangeToFile(PORT).c_str()));
179 const std::string data = "how do you do? this is getRemoteAddressInterface";
202 const std::string data = "how do you do? This is UT test getRemoteCertificateInterface";
224 const std::string data = "how do you do? This is UT test getCertificateInterface";
244 const std::string data = "how do you do? this is protocolInterface";
250 std::string getProtocolVal;
251 server.GetProtocol([&getProtocolVal](int32_t errCode, const std::string &protocol) {
281 const std::string data = "how do you do? this is getSigntureAlgorithmsInterface";
290 std::string signatureAlgorithmVec = {"rsa_pss_rsae_sha256:ECDSA+SHA256"};
292 std::vector<std::string> testSignatureAlgorithms;
294 const std::vector<std::string> &algorithms) {