/ohos5.0/foundation/resourceschedule/ffrt/test/ut/ |
H A D | task_ctx_test.cpp | 65 …PUEUTask *task1 = new SCPUEUTask(nullptr, nullptr, 0, QoS(static_cast<int>(qos_user_interactive))); 70 EXPECT_EQ(task2->qos, static_cast<int>(qos_user_interactive)); 76 QoS qos3 = QoS(static_cast<int>(qos_user_interactive)); 78 EXPECT_EQ(task3->qos, static_cast<int>(qos_user_interactive));
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_deadline.cpp | 52 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_user_interactive)); 68 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_user_interactive)); 81 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_user_interactive)); 97 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_user_interactive));
|
H A D | ut_interval.cpp | 164 FrameInterval interval = FrameInterval(100, QoS(static_cast<int>(qos_user_interactive))); 180 FrameInterval interval = FrameInterval(100, QoS(static_cast<int>(qos_user_interactive))); 193 FrameInterval interval = FrameInterval(100, QoS(static_cast<int>(qos_user_interactive))); 207 FrameInterval interval = FrameInterval(100, QoS(static_cast<int>(qos_user_interactive)));
|
H A D | ut_core_test.cpp | 63 …PUEUTask *task1 = new SCPUEUTask(nullptr, nullptr, 0, QoS(static_cast<int>(qos_user_interactive))); 68 EXPECT_EQ(task2->qos, static_cast<int>(qos_user_interactive));
|
H A D | ut_core.cpp | 62 …PUEUTask *task1 = new SCPUEUTask(nullptr, nullptr, 0, QoS(static_cast<int>(qos_user_interactive))); 67 EXPECT_EQ(task2->qos, static_cast<int>(qos_user_interactive));
|
H A D | ut_worker_manager.cpp | 73 QoS* qos1 = new QoS(ffrt::qos_user_interactive);
|
H A D | ut_dependency.cpp | 113 auto it = ffrt::qos_interval_create(16, static_cast<int>(ffrt::qos_user_interactive));
|
H A D | ut_scheduler.cpp | 172 …PUEUTask* task1 = new SCPUEUTask(nullptr, nullptr, 0, QoS(static_cast<int>(qos_user_interactive)));
|
/ohos5.0/foundation/resourceschedule/ffrt/src/internal_inc/ |
H A D | config.h | 60 if (qos == static_cast<int>(qos_user_interactive)) { in GlobalConfig()
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/c/ |
H A D | type_def_ext.h | 123 qos_user_interactive = ffrt_qos_user_interactive, enumerator
|
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | thread_wrapper.cpp | 90 return ffrt::qos_user_interactive; in Convert2FfrtQos()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | worker_manager.cpp | 73 if (qos != qos_user_interactive) { in LeaveTG()
|
H A D | cpuworker_manager.cpp | 269 if (qos == qos_user_interactive) { in WorkerJoinTg() 287 if (qos == qos_user_interactive) { in WorkerLeaveTg()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | deadline.cpp | 30 if (qos == qos_user_interactive) { in QosIntervalPrivate()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | scene_recognizer_mgr.cpp | 37 ffrt::queue_attr().qos(ffrt::qos_user_interactive)); in SceneRecognizerMgr()
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | frame_msg_intf.cpp | 58 ffrt::queue_attr().qos(ffrt::qos_user_interactive)); in GetThreadQueue()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | network_latency_controller.cpp | 67 ffrt::queue_attr().qos(ffrt::qos_user_interactive)); in Init()
|
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/ffrt/ |
H A D | task.cpp | 39 return ffrt::qos_user_interactive; in ConvertPriorityType()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | task_handler_wrap.cpp | 206 return ffrt::qos_user_interactive; in Convert2FfrtQos()
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 27 …:SocPerfThreadWrap() : socperfQueue_("socperf", ffrt::queue_attr().qos(ffrt::qos_user_interactive)) in SocPerfThreadWrap()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | plugin_mgr.cpp | 155 ffrt::queue_attr().qos(ffrt::qos_user_interactive))); in ParsePluginSwitch()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | cgroup_event_handler.cpp | 58 ffrt::queue_attr().qos(ffrt::qos_user_interactive)); in CgroupEventHandler()
|
/ohos5.0/foundation/resourceschedule/ffrt/docs/ |
H A D | user_guide.md | 453 * qos 级别从上到下依次递增,qos_user_interactive拥有最高优先级
|