Searched refs:AuthSwitch (Results 1 - 5 of 5) sorted by relevance
/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | qos_interface_test.cpp | 92 * @tc.desc: Test whether the AuthSwitch interface are normal. 103 int ret = AuthSwitch(pid, rtgFlag, qosFlag, status); in HWTEST_F() 278 ret = AuthSwitch(pid, rtgFlag, qosFlag, status); in HWTEST_F()
|
/foundation/resourceschedule/qos_manager/services/include/ |
H A D | qos_interface.h | 185 int AuthSwitch(unsigned int pid, unsigned int rtgFlag, unsigned int qosFlag, unsigned int status);
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | qos_interface.cpp | 112 int AuthSwitch(unsigned int pid, unsigned int rtgFlag, unsigned int qosFlag, unsigned int status) in AuthSwitch() function
|
H A D | concurrent_task_controller.cpp | 667 ret = AuthSwitch(pid, rtgFlag, qosFlag, static_cast<unsigned int>(AuthStatus::AUTH_STATUS_FOCUS)); in FocusStatusProcess() 670 ret = AuthSwitch(pid, rtgFlag, qosFlag, static_cast<unsigned int>(AuthStatus::AUTH_STATUS_FOREGROUND)); in FocusStatusProcess()
|
/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 310 AuthSwitch(pid, rtgFlag, qosFlag, status); in FuzzQosInterfaceAuthSwitch()
|
Completed in 6 milliseconds