/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 40 void QueryInterval(int queryItem, IntervalReply& queryRs); 55 void QueryUi(pid_t uid, IntervalReply& queryRs); 56 void QueryRender(pid_t uid, IntervalReply& queryRs); 57 void QueryRenderService(pid_t uid, IntervalReply& queryRs); 58 void QueryRenderServiceMain(pid_t uid, pid_t pid, IntervalReply& queryRs); 59 void QueryRenderServiceRender(pid_t uid, pid_t pid, IntervalReply& queryRs); 60 void QueryHardware(pid_t uid, pid_t pid, IntervalReply& queryRs); 61 void QueryExecutorStart(pid_t uid, pid_t pid, IntervalReply& queryRs); 62 void QueryHwc(pid_t uid, IntervalReply& queryRs);
|
H A D | concurrent_task_service.h | 30 void QueryInterval(int queryItem, IntervalReply& queryRs) override;
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | multi_workgroup.cpp | 87 IntervalReply rs; in CreateRSWorkGroup() 132 IntervalReply rs; in JoinRSWorkGroup() 295 IntervalReply rs; in WorkgroupJoin()
|
H A D | task_client_adapter.h | 29 struct IntervalReply { struct 52 void CTC_QueryInterval(int queryItem, IntervalReply& queryRs); argument
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 105 void TaskController::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval() 149 void TaskController::QueryUi(int uid, IntervalReply& queryRs) in QueryUi() 167 void TaskController::QueryRender(int uid, IntervalReply& queryRs) in QueryRender() 184 void TaskController::QueryRenderService(int uid, IntervalReply& queryRs) in QueryRenderService() 217 void TaskController::QueryRenderServiceMain(int uid, int pid, IntervalReply& queryRs) in QueryRenderServiceMain() 247 void TaskController::QueryRenderServiceRender(int uid, int pid, IntervalReply& queryRs) in QueryRenderServiceRender() 270 void TaskController::QueryHardware(int uid, int pid, IntervalReply& queryRs) in QueryHardware() 288 void TaskController::QueryExecutorStart(int uid, int pid, IntervalReply& queryRs) in QueryExecutorStart() 312 void TaskController::QueryHwc(int uid, IntervalReply& queryRs) in QueryHwc()
|
H A D | concurrent_task_service.cpp | 26 void ConcurrentTaskService::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval()
|
H A D | concurrent_task_service_stub.cpp | 69 IntervalReply queryRs;
|
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/src/ |
H A D | concurrent_task_client.cpp | 46 void ConcurrentTaskClient::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval() 154 void CTC_QueryInterval(int queryItem, OHOS::ConcurrentTask::IntervalReply& queryRs) in CTC_QueryInterval()
|
H A D | concurrent_task_service_proxy.cpp | 45 void ConcurrentTaskServiceProxy::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval()
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 84 IntervalReply queryRs = {87, 657, 357, 214}; 163 IntervalReply queryRs = {87, 657, 357, 214}; 178 IntervalReply queryRs = {87, 657, 357, 214}; 198 IntervalReply queryRs = {87, 657, 357, 214};
|
H A D | concurrent_task_service_test.cpp | 59 IntervalReply queryRs = {87, 657, 357, 214};
|
H A D | concurrent_svc_intf_test.cpp | 43 IntervalReply rs; in QueryInterval()
|
H A D | concurrent_task_client_test.cpp | 74 IntervalReply queryRs = {87, 657, 357, 214};
|
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/include/ |
H A D | iconcurrent_task_service.h | 31 virtual void QueryInterval(int queryItem, IntervalReply& queryRs) = 0;
|
H A D | concurrent_task_service_proxy.h | 32 void QueryInterval(int queryItem, IntervalReply& queryRs) override;
|
H A D | concurrent_task_type.h | 64 struct IntervalReply { struct
|
/ohos5.0/foundation/resourceschedule/qos_manager/interfaces/inner_api/ |
H A D | concurrent_task_client.h | 56 void QueryInterval(int queryItem, IntervalReply& queryRs);
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 50 void QueryInterval(int queryItem, IntervalReply& queryRs) override in QueryInterval() 461 IntervalReply queryRs; in FuzzConcurrentTaskServiceStubQueryInterval() 569 IntervalReply queryRs; in FuzzConcurrentTaskClientQueryInterval() 649 IntervalReply queryRs; in FuzzConcurrentTaskServiceProxyQueryInterval() 714 IntervalReply queryRs; in FuzzTaskControllerQueryRenderService() 732 IntervalReply queryRs; in FuzzTaskControllerQueryExecutorStart()
|