Lines Matching defs:qos
38 bool FFRTScheduler::InsertNode(LinkedList* node, const QoS qos)
42 int level = qos();
58 FFRTFacade::GetEUInstance().NotifyLocalTaskAdded(qos);
62 FFRTFacade::GetEUInstance().NotifyTaskAdded(qos);
66 bool FFRTScheduler::RemoveNode(LinkedList* node, const QoS qos)
70 int level = qos();
88 int qosLevel = task->qos();
90 FFRT_LOGE("qos inhert not support wake up task[%lu], type[%d], name[%s]",
109 FFRT_LOGD("qos[%d] task[%lu] entered q", level, gid);
111 FFRT_LOGW("qos [%d], task [%s] entered q, task count [%d] exceeds threshold.",