/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_service.cpp | 26 void ConcurrentTaskService::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval() 31 void ConcurrentTaskService::QueryDeadline(int queryItem, DeadlineReply& queryRs, const Json::Value&… in QueryDeadline()
|
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_stub.cpp | 69 IntervalReply queryRs; variable
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 84 IntervalReply queryRs = {87, 657, 357, 214}; variable 163 IntervalReply queryRs = {87, 657, 357, 214}; variable 178 IntervalReply queryRs = {87, 657, 357, 214}; variable 198 IntervalReply queryRs = {87, 657, 357, 214}; variable
|
H A D | concurrent_task_service_test.cpp | 59 IntervalReply queryRs = {87, 657, 357, 214}; variable
|
H A D | concurrent_task_client_test.cpp | 74 IntervalReply queryRs = {87, 657, 357, 214}; variable
|
/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/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 50 void QueryInterval(int queryItem, IntervalReply& queryRs) override in QueryInterval() 461 IntervalReply queryRs; in FuzzConcurrentTaskServiceStubQueryInterval() local 475 DeadlineReply queryRs; in FuzzConcurrentTaskServiceStubQueryDeadline() local 569 IntervalReply queryRs; in FuzzConcurrentTaskClientQueryInterval() local 649 IntervalReply queryRs; in FuzzConcurrentTaskServiceProxyQueryInterval() local 714 IntervalReply queryRs; in FuzzTaskControllerQueryRenderService() local 732 IntervalReply queryRs; in FuzzTaskControllerQueryExecutorStart() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | task_client_adapter.h | 182 #define CTC_QUERY_INTERVAL(queryItem, queryRs) \ argument
|