Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/src/
Dtimer_manager.cpp572 int64_t whichBatch = (alarm->flags & static_cast<uint32_t>(STANDALONE)) ? in InsertAndBatchTimerLocked() local
575 TIME_HILOGI(TIME_MODULE_SERVICE, "whichBatch= %{public}" PRId64 "", whichBatch); in InsertAndBatchTimerLocked()
576 if (whichBatch < 0) { in InsertAndBatchTimerLocked()
579 auto batch = alarmBatches_.at(whichBatch); in InsertAndBatchTimerLocked()
581 alarmBatches_.erase(alarmBatches_.begin() + whichBatch); in InsertAndBatchTimerLocked()