Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp168 for (size_t tmpCount = 0; tmpCount < MAX_TIMER_COUNT; ++tmpCount) { in TakeNextTimerId() local
169 if ((timerSlot & (uint64_t(1U) << tmpCount)) == 0) { in TakeNextTimerId()
170 return tmpCount; in TakeNextTimerId()
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp168 for (size_t tmpCount = 0; tmpCount < MAX_TIMER_COUNT; ++tmpCount) { in TakeNextTimerId() local
169 if ((timerSlot & (uint64_t(1U) << tmpCount)) == 0) { in TakeNextTimerId()
170 return tmpCount; in TakeNextTimerId()
/ohos5.0/base/startup/init/services/init/standard/
H A Dinit_control_fd_service.c128 int tmpCount = sizeof(initErrMaps) / sizeof(initErrMaps[0]); in DumpOneService() local
129 if ((int)service->lastErrno < tmpCount) { in DumpOneService()