Searched refs:QueryRenderServiceRender (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 | 199 TaskController::GetInstance().QueryRenderServiceRender(uid, pid, queryRs); 202 TaskController::GetInstance().QueryRenderServiceRender(uid, pid, queryRs); 204 TaskController::GetInstance().QueryRenderServiceRender(uid, pid, queryRs); 206 TaskController::GetInstance().QueryRenderServiceRender(uid, pid, queryRs);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 59 void QueryRenderServiceRender(pid_t uid, pid_t pid, IntervalReply& queryRs);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 123 QueryRenderServiceRender(uid, pid, queryRs); in QueryInterval() 247 void TaskController::QueryRenderServiceRender(int uid, int pid, IntervalReply& queryRs) in QueryRenderServiceRender() function in OHOS::ConcurrentTask::TaskController
|