Home
last modified time | relevance | path

Searched refs:qos_user_interactive (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/test/ut/
H A Dtask_ctx_test.cpp65 …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 Dut_deadline.cpp52 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 Dut_interval.cpp164 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 Dut_core_test.cpp63 …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 Dut_core.cpp62 …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 Dut_worker_manager.cpp73 QoS* qos1 = new QoS(ffrt::qos_user_interactive);
H A Dut_dependency.cpp113 auto it = ffrt::qos_interval_create(16, static_cast<int>(ffrt::qos_user_interactive));
H A Dut_scheduler.cpp172 …PUEUTask* task1 = new SCPUEUTask(nullptr, nullptr, 0, QoS(static_cast<int>(qos_user_interactive)));
/ohos5.0/foundation/resourceschedule/ffrt/src/internal_inc/
H A Dconfig.h60 if (qos == static_cast<int>(qos_user_interactive)) { in GlobalConfig()
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/c/
H A Dtype_def_ext.h123 qos_user_interactive = ffrt_qos_user_interactive, enumerator
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dthread_wrapper.cpp90 return ffrt::qos_user_interactive; in Convert2FfrtQos()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_manager.cpp73 if (qos != qos_user_interactive) { in LeaveTG()
H A Dcpuworker_manager.cpp269 if (qos == qos_user_interactive) { in WorkerJoinTg()
287 if (qos == qos_user_interactive) { in WorkerLeaveTg()
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Ddeadline.cpp30 if (qos == qos_user_interactive) { in QosIntervalPrivate()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dscene_recognizer_mgr.cpp37 ffrt::queue_attr().qos(ffrt::qos_user_interactive)); in SceneRecognizerMgr()
/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_msg_intf.cpp58 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 Dnetwork_latency_controller.cpp67 ffrt::queue_attr().qos(ffrt::qos_user_interactive)); in Init()
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H A Dtask.cpp39 return ffrt::qos_user_interactive; in ConvertPriorityType()
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dtask_handler_wrap.cpp206 return ffrt::qos_user_interactive; in Convert2FfrtQos()
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp27 …: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 Dplugin_mgr.cpp155 ffrt::queue_attr().qos(ffrt::qos_user_interactive))); in ParsePluginSwitch()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_event_handler.cpp58 ffrt::queue_attr().qos(ffrt::qos_user_interactive)); in CgroupEventHandler()
/ohos5.0/foundation/resourceschedule/ffrt/docs/
H A Duser_guide.md453 * qos 级别从上到下依次递增,qos_user_interactive拥有最高优先级