Searched refs:QueryRenderServiceMain (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 179 TaskController::GetInstance().QueryRenderServiceMain(uid, pid, queryRs); 182 TaskController::GetInstance().QueryRenderServiceMain(uid, pid, queryRs); 184 TaskController::GetInstance().QueryRenderServiceMain(uid, pid, queryRs); 186 TaskController::GetInstance().QueryRenderServiceMain(uid, pid, queryRs);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 58 void QueryRenderServiceMain(pid_t uid, pid_t pid, IntervalReply& queryRs);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 120 QueryRenderServiceMain(uid, pid, queryRs); in QueryInterval() 217 void TaskController::QueryRenderServiceMain(int uid, int pid, IntervalReply& queryRs) in QueryRenderServiceMain() function in OHOS::ConcurrentTask::TaskController
|