Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp173 subEventQueues_[i].queue.clear(); in RemoveAll()
254 subEventQueues_[i].queue.remove_if(filter); in Remove()
270 …auto it = std::stable_partition(subEventQueues_[i].queue.begin(), subEventQueues_[i].queue.end(), … in RemoveOrphan()
272 subEventQueues_[i].queue.erase(subEventQueues_[i].queue.begin(), it); in RemoveOrphan()
313 std::find_if(subEventQueues_[i].queue.begin(), subEventQueues_[i].queue.end(), filter); in HasInnerEvent()
314 if (iter != subEventQueues_[i].queue.end()) { in HasInnerEvent()
355 subEventQueues_[i].handledEventsCount = 0; in PickEventLocked()
538 … for (auto it = subEventQueues_[i].queue.begin(); it != subEventQueues_[i].queue.end(); ++it) { in DumpCurentQueueInfo()
593 … for (auto it = subEventQueues_[i].queue.begin(); it != subEventQueues_[i].queue.end(); ++it) { in DumpQueueInfo()
710 if (subEventQueues_[prio].queue.size() > 0) { in HasPreferEvent()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp120 InsertEventsLocked(subEventQueues_[static_cast<uint32_t>(priority)].queue, event); in Insert()
221 subEventQueues_[i].queue.remove_if(filter); in Remove()
258 std::find_if(subEventQueues_[i].queue.begin(), subEventQueues_[i].queue.end(), filter); in HasInnerEvent()
259 if (iter != subEventQueues_[i].queue.end()) { in HasInnerEvent()
272 if (!CheckEventInListLocked(subEventQueues_[i].queue, now, nextWakeUpTime)) { in PickEventLocked()
278 SubEventQueue &subQueue = subEventQueues_[priorityIndex]; in PickEventLocked()
297 subEventQueues_[i].handledEventsCount = 0; in PickEventLocked()
300 return PopFrontEventFromListLocked(subEventQueues_[priorityIndex].queue); in PickEventLocked()
547 … for (auto it = subEventQueues_[i].queue.begin(); it != subEventQueues_[i].queue.end(); ++it) { in Dump()
579 … for (auto it = subEventQueues_[i].queue.begin(); it != subEventQueues_[i].queue.end(); ++it) { in DumpQueueInfo()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_queue.h241 std::array<SubEventQueue, SUB_EVENT_QUEUE_NUM> subEventQueues_; variable
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h251 std::array<SubEventQueue, SUB_EVENT_QUEUE_NUM> subEventQueues_; variable