Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp1025 constexpr auto bindRetryInterval = 5s; in TEST_F() local
1050 ASSERT_EQ(mTimedQueue->mAfter, bindRetryInterval); in TEST_F()
1060 ASSERT_EQ(mTimedQueue->mAfter, bindRetryInterval); in TEST_F()
/frameworks/base/services/incremental/
DIncrementalService.cpp79 static constexpr auto bindRetryInterval = 5s; member
2636 if (now - mCurrentStatusTs >= Constants::bindRetryInterval) { in needToBind()
2697 if (mService.addTimedJob(*mService.mTimedQueue, id(), Constants::bindRetryInterval, in bind()