Searched refs:SetQosForOtherThread (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | qos_test.cpp | 80 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 D | drag_vsync_station.cpp | 104 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 D | qos.h | 51 int SetQosForOtherThread(enum QosLevel level, int tid);
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_vsync_station.h | 46 void SetQosForOtherThread(int32_t tid);
|
/ohos5.0/foundation/resourceschedule/qos_manager/qos/ |
H A D | qos.cpp | 104 int SetQosForOtherThread(enum QosLevel level, int tid) in SetQosForOtherThread() function
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 231 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 D | task_queue.cpp | 84 SetQosForOtherThread(level, tid_); in SetQos()
|