Searched refs:QUICK_TIMEOUT_MS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/tests/
H A DSection_test.cpp43 const int QUICK_TIMEOUT_MS = 100; variable
147 FileSection fs1(NOOP_PARSER, "notexist", false, QUICK_TIMEOUT_MS);
150 FileSection fs2(NOOP_PARSER, "notexist", true, QUICK_TIMEOUT_MS);
155 FileSection fs(TIMEOUT_PARSER, tf.path, false, QUICK_TIMEOUT_MS);
214 CommandSection cs(NOOP_PARSER, QUICK_TIMEOUT_MS, "/system/bin/yes", NULL);
220 CommandSection cs(TIMEOUT_PARSER, QUICK_TIMEOUT_MS, "/system/bin/echo", "about", NULL);
232 CommandSection cs(TIMEOUT_PARSER, QUICK_TIMEOUT_MS, "nonexistcommand", "-opt", NULL);
H A DFdBuffer_test.cpp34 const int QUICK_TIMEOUT_MS = 100; variable
130 status_t status = buffer.read(c2pPipe.readFd().get(), QUICK_TIMEOUT_MS);
286 std::move(c2pPipe.readFd()), QUICK_TIMEOUT_MS));

Completed in 46 milliseconds