Home
last modified time | relevance | path

Searched defs:timerCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_thread_pool_test.cpp136 void SetTimer(int &timerCount, TimerId &timer, int &finalizeCount, int timeOut = ONE_HUNDRED_MILLIS… in SetTimer()
152 void SetTimer(int &timerCount, TimerId &timer) in SetTimer()
223 int timerCount = 0; variable
299 int timerCount = 0; variable
328 int timerCount = 0; variable
/aosp14/frameworks/base/core/java/android/os/health/
H A DHealthStatsWriter.java68 final int timerCount = constants.getSize(HealthKeys.TYPE_TIMER); in HealthStatsWriter() local