Searched refs:QUICK_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/incidentd/tests/ |
D | Section_test.cpp | 43 const int QUICK_TIMEOUT_MS = 100; variable 147 FileSection fs1(NOOP_PARSER, "notexist", false, QUICK_TIMEOUT_MS); in TEST_F() 150 FileSection fs2(NOOP_PARSER, "notexist", true, QUICK_TIMEOUT_MS); in TEST_F() 155 FileSection fs(TIMEOUT_PARSER, tf.path, false, QUICK_TIMEOUT_MS); in TEST_F() 214 CommandSection cs(NOOP_PARSER, QUICK_TIMEOUT_MS, "/system/bin/yes", NULL); in TEST_F() 220 CommandSection cs(TIMEOUT_PARSER, QUICK_TIMEOUT_MS, "/system/bin/echo", "about", NULL); in TEST_F() 232 CommandSection cs(TIMEOUT_PARSER, QUICK_TIMEOUT_MS, "nonexistcommand", "-opt", NULL); in TEST_F()
|
D | FdBuffer_test.cpp | 34 const int QUICK_TIMEOUT_MS = 100; variable 130 status_t status = buffer.read(c2pPipe.readFd().get(), QUICK_TIMEOUT_MS); in TEST_F() 286 std::move(c2pPipe.readFd()), QUICK_TIMEOUT_MS)); in TEST_F()
|