Home
last modified time | relevance | path

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

/system/bt/test/suite/rfcomm/
Drfcomm_unittest.cc73 int channel_fail = 0, signal_fail = 0, handshake_fail = 0, read_fail = 0; in TEST_F() local
120 read_fail++; in TEST_F()
127 read_fail > 0) { in TEST_F()
132 << "Number of read response fails: " << read_fail; in TEST_F()
/system/core/libunwindstack/tests/
DMemoryRemoteTest.cpp94 TEST_F(MemoryRemoteTest, read_fail) { in TEST_F() argument