Home
last modified time | relevance | path

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

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