Searched refs:getProtocolVal (Results 1 – 3 of 3) sorted by relevance
250 std::string getProtocolVal; variable251 server.GetProtocol([&getProtocolVal](int32_t errCode, const std::string &protocol) { in __anon487d28ab1502()253 getProtocolVal = protocol; in __anon487d28ab1502()255 EXPECT_STREQ(getProtocolVal.c_str(), "TLSv1.3");
313 std::string getProtocolVal; variable314 tlsService.GetProtocol([&getProtocolVal](int32_t errCode, const std::string &protocol) { in __anon659a62bd1902()316 getProtocolVal = protocol; in __anon659a62bd1902()318 EXPECT_STREQ(getProtocolVal.c_str(), "TLSv1.2");
264 std::string getProtocolVal = ""; variable265 certChainServer.GetProtocol([&getProtocolVal](int32_t errCode, const std::string &protocol) { in __anon6010aead1b02()267 getProtocolVal = protocol; in __anon6010aead1b02()269 EXPECT_STREQ(getProtocolVal.c_str(), "TLSv1.3");