Home
last modified time | relevance | path

Searched refs:ffrt_qos_background (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/c/
H A Dtype_def.h71 ffrt_qos_background, enumerator
220 qos_background = ffrt_qos_background,
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dws_ffrt_helper.cpp36 { TaskQos::BACKGROUND, ffrt_qos_background },
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ffrt-kit/
H A Dtype__def_8h.md48 …d#ffrt_qos_default_t) {<br/>[ffrt_qos_inherit](_f_f_r_t.md) = -1, [ffrt_qos_background](_f_f_r_t.m…
H A D_f_f_r_t.md65 | [ffrt_qos_default_t](#ffrt_qos_default_t) {<br/>ffrt_qos_inherit = -1, ffrt_qos_background, ffrt_…
260 | ffrt_qos_background | ffrt_qos_background | 后台任务 |
/ohos5.0/docs/en/application-dev/reference/apis-ffrt-kit/
H A Dtype__def_8h.md48 …md#ffrt_qos_default_t) {<br>[ffrt_qos_inherit](_f_f_r_t.md) = -1, [ffrt_qos_background](_f_f_r_t.m…
H A D_f_f_r_t.md65 | [ffrt_qos_default_t](#ffrt_qos_default_t) {<br>ffrt_qos_inherit = -1, ffrt_qos_background, ffrt_q…
260 | ffrt_qos_background | ffrt_qos_background | Background task.|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_queue.cpp315 ffrt_queue_attr_set_qos(&queue_attr, ffrt_qos_background);
317 EXPECT_EQ(qos == ffrt_qos_background, 1);
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_handler.cpp42 …qos_ = (ffrt_queue_attr_get_qos(attr) >= ffrt_qos_background) ? ffrt_queue_attr_get_qos(attr) : qo… in QueueHandler()
/ohos5.0/docs/zh-cn/application-dev/ffrt/
H A Dffrt-development-guideline.md429 ffrt_qos_background,
541 ffrt_task_attr_set_qos(&attr, ffrt_qos_background);
/ohos5.0/docs/en/application-dev/ffrt/
H A Dffrt-development-guideline.md431 ffrt_qos_background,
484 Submit a task with the QoS set to **ffrt_qos_background**:
543 ffrt_task_attr_set_qos(&attr, ffrt_qos_background);
/ohos5.0/foundation/resourceschedule/ffrt/docs/
H A Duser_guide.md1753 ffrt_qos_background,
1855 ffrt_task_attr_set_qos(&attr, ffrt_qos_background);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp600 ffrt::submit(task, {}, {}, ffrt::task_attr().qos(ffrt_qos_background)); in fuse_inval()