Searched refs:handshakeOk (Results 1 – 1 of 1) sorted by relevance
1710 void run(bool handshakeOk = true, bool readOk = true) { in run() argument1712 ASSERT_FALSE(handshakeOk) << "newTransport returns nullptr, but it shouldn't"; in run()1715 ASSERT_TRUE(handshakeOk) << "newTransport does not return nullptr, but it should"; in run()1836 bool handshakeOk = rpcSecurity != RpcSecurity::TLS; in TEST_P() local1837 client.run(handshakeOk); in TEST_P()1860 bool handshakeOk = rpcSecurity != RpcSecurity::TLS; in TEST_P() local1861 client.run(handshakeOk); in TEST_P()