Home
last modified time | relevance | path

Searched refs:GetThreadQos (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dqos_test.cpp111 ret = GetThreadQos(level);
116 ret = GetThreadQos(level);
126 ret = GetThreadQos(level);
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/native/
H A Dqos_ndk.cpp46 int ret = GetThreadQos(qosLevel); in OH_QoS_GetThreadQoS()
/ohos5.0/foundation/resourceschedule/qos_manager/interfaces/inner_api/
H A Dqos.h54 int GetThreadQos(enum QosLevel &level);
/ohos5.0/foundation/resourceschedule/qos_manager/qos/
H A Dqos.cpp120 int GetThreadQos(enum QosLevel &level) in GetThreadQos() function