Home
last modified time | relevance | path

Searched refs:handshakeOk (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1710 void run(bool handshakeOk = true, bool readOk = true) { in run() argument
1712 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() local
1837 client.run(handshakeOk); in TEST_P()
1860 bool handshakeOk = rpcSecurity != RpcSecurity::TLS; in TEST_P() local
1861 client.run(handshakeOk); in TEST_P()