Home
last modified time | relevance | path

Searched refs:IntervalReply (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h40 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 Dconcurrent_task_service.h30 void QueryInterval(int queryItem, IntervalReply& queryRs) override;
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dmulti_workgroup.cpp87 IntervalReply rs; in CreateRSWorkGroup()
132 IntervalReply rs; in JoinRSWorkGroup()
295 IntervalReply rs; in WorkgroupJoin()
H A Dtask_client_adapter.h29 struct IntervalReply { struct
52 void CTC_QueryInterval(int queryItem, IntervalReply& queryRs); argument
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp105 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 Dconcurrent_task_service.cpp26 void ConcurrentTaskService::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval()
H A Dconcurrent_task_service_stub.cpp69 IntervalReply queryRs;
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/src/
H A Dconcurrent_task_client.cpp46 void ConcurrentTaskClient::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval()
154 void CTC_QueryInterval(int queryItem, OHOS::ConcurrentTask::IntervalReply& queryRs) in CTC_QueryInterval()
H A Dconcurrent_task_service_proxy.cpp45 void ConcurrentTaskServiceProxy::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval()
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp84 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 Dconcurrent_task_service_test.cpp59 IntervalReply queryRs = {87, 657, 357, 214};
H A Dconcurrent_svc_intf_test.cpp43 IntervalReply rs; in QueryInterval()
H A Dconcurrent_task_client_test.cpp74 IntervalReply queryRs = {87, 657, 357, 214};
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/include/
H A Diconcurrent_task_service.h31 virtual void QueryInterval(int queryItem, IntervalReply& queryRs) = 0;
H A Dconcurrent_task_service_proxy.h32 void QueryInterval(int queryItem, IntervalReply& queryRs) override;
H A Dconcurrent_task_type.h64 struct IntervalReply { struct
/ohos5.0/foundation/resourceschedule/qos_manager/interfaces/inner_api/
H A Dconcurrent_task_client.h56 void QueryInterval(int queryItem, IntervalReply& queryRs);
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/
H A Dconcurrent_fuzzer.cpp50 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()