Lines Matching defs:data
101 const std::string data = "how do you do? this is connectInterface";
103 tcpSendOptions.SetData(data);
119 const std::string data = "how do you do? this is closeInterface";
121 tcpSendOptions.SetData(data);
137 const std::string data = "how do you do? this is sendInterface";
139 tcpSendOptions.SetData(data);
177 const std::string data = "how do you do? this is getRemoteAddressInterface";
179 tcpSendOptions.SetData(data);
224 const std::string data = "how do you do? This is UT test getRemoteCertificateInterface";
225 tcpSendOptions.SetData(data);
268 const std::string data = "how do you do? This is getCipherSuiteInterface";
270 tcpSendOptions.SetData(data);
300 certChainOneWayService.OnMessage([&getData](const std::string &data, const Socket::SocketRemoteInfo &remoteInfo) {
301 if (data == getData) {
308 const std::string data = "how do you do? this is tlsSocketOnMessageData";
310 tcpSendOptions.SetData(data);