Home
last modified time | relevance | path

Searched refs:SetQosForOtherThread (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dqos_test.cpp80 int ret = SetQosForOtherThread(QosLevel::QOS_USER_INITIATED, gettid());
82 ret = SetQosForOtherThread(QosLevel::QOS_DEFAULT, gettid());
84 ret = SetQosForOtherThread(QosLevel::QOS_UTILITY, gettid());
86 ret = SetQosForOtherThread(QosLevel::QOS_BACKGROUND, gettid());
100 int ret = SetQosForOtherThread(QosLevel::QOS_USER_INITIATED, gettid());
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_vsync_station.cpp104 SetQosForOtherThread(mmiHandleTid_); in Init()
138 void DragVSyncStation::SetQosForOtherThread(int32_t tid) in SetQosForOtherThread() function in OHOS::Msdp::DeviceStatus::DragVSyncStation
143 auto ret = OHOS::QOS::SetQosForOtherThread(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE, tid); in SetQosForOtherThread()
/ohos5.0/foundation/resourceschedule/qos_manager/interfaces/inner_api/
H A Dqos.h51 int SetQosForOtherThread(enum QosLevel level, int tid);
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_vsync_station.h46 void SetQosForOtherThread(int32_t tid);
/ohos5.0/foundation/resourceschedule/qos_manager/qos/
H A Dqos.cpp104 int SetQosForOtherThread(enum QosLevel level, int tid) in SetQosForOtherThread() function
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/
H A Dconcurrent_fuzzer.cpp231 QOS::SetQosForOtherThread(QOS::QosLevel::QOS_BACKGROUND, tid); in FuzzConcurrentTaskServiceSetQosForOtherThread()
233 QOS::SetQosForOtherThread(QOS::QosLevel::QOS_UTILITY, tid); in FuzzConcurrentTaskServiceSetQosForOtherThread()
235 QOS::SetQosForOtherThread(QOS::QosLevel::QOS_DEFAULT, tid); in FuzzConcurrentTaskServiceSetQosForOtherThread()
237 QOS::SetQosForOtherThread(QOS::QosLevel::QOS_USER_INITIATED, tid); in FuzzConcurrentTaskServiceSetQosForOtherThread()
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dtask_queue.cpp84 SetQosForOtherThread(level, tid_); in SetQos()