Home
last modified time | relevance | path

Searched refs:SetThreadQos (Results 1 – 5 of 5) sorted by relevance

/foundation/resourceschedule/qos_manager/test/unittest/phone/
Dqos_test.cpp58 int ret = SetThreadQos(QosLevel::QOS_USER_INITIATED);
60 ret = SetThreadQos(QosLevel::QOS_DEFAULT);
62 ret = SetThreadQos(QosLevel::QOS_UTILITY);
64 ret = SetThreadQos(QosLevel::QOS_BACKGROUND);
66 ret = SetThreadQos(QosLevel::QOS_DEADLINE_REQUEST);
68 ret = SetThreadQos(QosLevel::QOS_USER_INTERACTIVE);
70 ret = SetThreadQos(QosLevel::QOS_KEY_BACKGROUND);
72 ret = SetThreadQos(QosLevel::QOS_MAX);
90 int ret = SetThreadQos(QosLevel::QOS_USER_INITIATED);
/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/
Dconcurrent_fuzzer.cpp185 QOS::SetThreadQos(QOS::QosLevel::QOS_BACKGROUND); in FuzzConcurrentTaskServiceSetThreadQos()
187 QOS::SetThreadQos(QOS::QosLevel::QOS_UTILITY); in FuzzConcurrentTaskServiceSetThreadQos()
189 QOS::SetThreadQos(QOS::QosLevel::QOS_DEFAULT); in FuzzConcurrentTaskServiceSetThreadQos()
191 QOS::SetThreadQos(QOS::QosLevel::QOS_USER_INITIATED); in FuzzConcurrentTaskServiceSetThreadQos()
/foundation/resourceschedule/qos_manager/interfaces/inner_api/
Dqos.h49 int SetThreadQos(enum QosLevel level);
/foundation/resourceschedule/qos_manager/qos/
Dqos.cpp62 int SetThreadQos(enum QosLevel level) in SetThreadQos() function
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
Dmsg_handle_loop.cpp117 OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in MainLoop()