Home
last modified time | relevance | path

Searched refs:readOk (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
1716 ASSERT_EQ(readOk, readMessage()); in run()
1881 bool readOk = rpcSecurity != RpcSecurity::TLS; in TEST_P() local
1882 client.run(true, readOk); in TEST_P()
1903 bool readOk = rpcSecurity != RpcSecurity::TLS; in TEST_P() local
1904 maliciousClient.run(true, readOk); in TEST_P()