Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/c/
H A Dtype_def_ext.h41 ffrt_qos_user_interactive, enumerator
42 ffrt_qos_max = ffrt_qos_user_interactive,
123 qos_user_interactive = ffrt_qos_user_interactive,
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dws_ffrt_helper.cpp41 { TaskQos::USER_INTERACTIVE, ffrt_qos_user_interactive },
90 …int ret = ffrt_set_cpu_worker_max_num(ffrt_qos_user_interactive, FFRT_USER_INTERACTIVE_MAX_THREAD_… in WSFFRTHelper()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/
H A Dworker_manager_test.cpp76 QoS* qos1 = new QoS(ffrt_qos_user_interactive);
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Ddeadline.cpp57 …static_cast<int>(ffrt_qos_deadline_request) || qos > static_cast<int>(ffrt_qos_user_interactive)) {