Home
last modified time | relevance | path

Searched refs:QueryRenderServiceMain (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp179 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 Dconcurrent_task_controller.h58 void QueryRenderServiceMain(pid_t uid, pid_t pid, IntervalReply& queryRs);
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp120 QueryRenderServiceMain(uid, pid, queryRs); in QueryInterval()
217 void TaskController::QueryRenderServiceMain(int uid, int pid, IntervalReply& queryRs) in QueryRenderServiceMain() function in OHOS::ConcurrentTask::TaskController