Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp166 for (uint32_t i = 0; i < SUB_EVENT_QUEUE_NUM; ++i) { in RemoveAll()
233 for (uint32_t i = 0; i < SUB_EVENT_QUEUE_NUM; ++i) { in Remove()
269 for (uint32_t i = 0; i < SUB_EVENT_QUEUE_NUM; ++i) { in HasInnerEvent()
282 uint32_t priorityIndex = SUB_EVENT_QUEUE_NUM; in PickEventLocked()
283 for (uint32_t i = 0; i < SUB_EVENT_QUEUE_NUM; ++i) { in PickEventLocked()
290 if (priorityIndex < SUB_EVENT_QUEUE_NUM) { in PickEventLocked()
303 if (priorityIndex >= SUB_EVENT_QUEUE_NUM) { in PickEventLocked()
592 for (uint32_t i = 0; i < SUB_EVENT_QUEUE_NUM; ++i) { in Dump()
624 for (uint32_t i = 0; i < SUB_EVENT_QUEUE_NUM; ++i) { in DumpQueueInfo()
659 for (uint32_t i = 0; i < SUB_EVENT_QUEUE_NUM; ++i) { in IsQueueEmpty()
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h237 static const uint32_t SUB_EVENT_QUEUE_NUM = static_cast<uint32_t>(Priority::IDLE); variable
258 std::array<SubEventQueue, SUB_EVENT_QUEUE_NUM> subEventQueues_;