Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcUniversalTests.cpp445 size_t epochMsBefore = epochMillis(); in TEST_P() local
450 EXPECT_LT(epochMsAfter, epochMsBefore + kReallyLongTimeMs); in TEST_P()
DbinderRpcTest.cpp443 size_t epochMsBefore = epochMillis(); in TEST_P() local
451 EXPECT_GE(epochMsAfter, epochMsBefore + blockTimeMs) << epochMsBefore; in TEST_P()
457 size_t epochMsBefore = epochMillis(); in testThreadPoolOverSaturated() local
468 EXPECT_GE(epochMsAfter, epochMsBefore + 2 * sleepMs); in testThreadPoolOverSaturated()
474 EXPECT_LE(epochMsAfter, epochMsBefore + (numCalls - 1) * sleepMs); in testThreadPoolOverSaturated()
DbinderLibTest.cpp1463 size_t epochMsBefore = epochMillis(); in TEST_F() local
1480 EXPECT_GE(epochMsAfter, epochMsBefore + delay); in TEST_F()