Home
last modified time | relevance | path

Searched refs:QOS_USER_INTERACTIVE (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dqos_ndk_test.cpp68 ret = OH_QoS_SetThreadQoS(QoS_Level::QOS_USER_INTERACTIVE);
105 ret = OH_QoS_SetThreadQoS(QoS_Level::QOS_USER_INTERACTIVE);
147 ret = OH_QoS_SetThreadQoS(QoS_Level::QOS_USER_INTERACTIVE);
151 EXPECT_EQ(level, QoS_Level::QOS_USER_INTERACTIVE);
H A Dqos_test.cpp68 ret = SetThreadQos(QosLevel::QOS_USER_INTERACTIVE);
114 ret = SetThreadQos(QosLevel::QOS_USER_INTERACTIVE);
118 …CT_EQ(static_cast<unsigned int>(level), static_cast<unsigned int>(QosLevel::QOS_USER_INTERACTIVE));
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/native/
H A Dqos_ndk.cpp29 if (level < QOS_BACKGROUND || level > QOS_USER_INTERACTIVE) { in OH_QoS_SetThreadQoS()
51 static_cast<int>(qosLevel) > QoS_Level::QOS_USER_INTERACTIVE) { in OH_QoS_GetThreadQoS()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dqos-guidelines.md25 | QOS_USER_INTERACTIVE | 用户交互任务(UI线程、刷新界面、动效)。 | 任务是即时的。 |
54 QOS_USER_INTERACTIVE,
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dqos-protect-critical-threads.md196 // 开启 QOS_USER_INTERACTIVE 高 QoS 线程进行计算
197 QoS_Level level = QoS_Level::QOS_USER_INTERACTIVE;
223 | 高Qos等级 QOS_USER_INTERACTIVE(正例) | 34 | 323.9毫秒 |
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_vsync_station.cpp128 auto ret = OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in SetThreadQosLevel()
143 auto ret = OHOS::QOS::SetQosForOtherThread(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE, tid); in SetQosForOtherThread()
/ohos5.0/foundation/resourceschedule/qos_manager/interfaces/kits/c/
H A Dqos.h79 QOS_USER_INTERACTIVE, enumerator
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence_tracker.cpp65 QOS_USER_INTERACTIVE, enumerator
121 QosApply(QosLevel::QOS_USER_INTERACTIVE); in SyncFenceTracker()
/ohos5.0/foundation/resourceschedule/qos_manager/interfaces/inner_api/
H A Dqos.h27 QOS_USER_INTERACTIVE, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_task_executor.cpp94 auto ret = OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in ThreadLoop()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/offscreen_render/
H A Drs_offscreen_render_thread.cpp62 auto ret = OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in RSOffscreenRenderThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_background_thread.cpp46 auto ret = OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in RSBackgroundThread()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp116 OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in MainLoop()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp118 OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in MainLoop()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.cpp67 auto ret = OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in Start()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_client.cpp110 SetThreadQos(QosLevel::QOS_USER_INTERACTIVE); in SetScheduler()
/ohos5.0/docs/en/application-dev/napi/
H A Dqos-guidelines.md25 | QOS_USER_INTERACTIVE | User interaction tasks (UI thread, interface refreshing, and animation).|…
54 QOS_USER_INTERACTIVE,
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_task_mgr.cpp80 taskThread_->SetQos(QosLevel::QOS_USER_INTERACTIVE); in LaunchTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_receiver.cpp209 SetThreadQos(QOS::QosLevel::QOS_USER_INTERACTIVE); in Init()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp368 auto ret = OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in RenderLoop()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp63 auto ret = OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in Start()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp810 OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in CreatePixelMapExtended()