Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dsend_task_scheduler.cpp44 taskGroupByPrio_[prio] = TaskListByTarget(); in Initialize()
88 taskGroupByPrio_[inPrio][inTask.dstTarget].push_back(inTask); in AddSendTaskIntoSchedule()
146 SendTask task = taskGroupByPrio_[lastSchedulePriority_][lastScheduleTarget_].front(); in FinalizeLastScheduleTask()
170 taskGroupByPrio_[lastSchedulePriority_][lastScheduleTarget_].pop_front(); in FinalizeLastScheduleTask()
201 size_t count = taskGroupByPrio_[prio][inTarget].size(); in DelayTaskByTarget()
221 size_t count = taskGroupByPrio_[prio][inTarget].size(); in NoDelayTaskByTarget()
251 outTask = taskGroupByPrio_[prio][dstTarget].front(); in ScheduleDelayTask()
283 outTask = taskGroupByPrio_[prio][dstTarget].front(); in ScheduleNoDelayTask()
300 for (auto &sendTask : taskGroupByPrio_[priority][target]) { in InvalidSendTask()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dsend_task_scheduler.h100 std::map<Priority, TaskListByTarget> taskGroupByPrio_; variable