Home
last modified time | relevance | path

Searched defs:queryRs (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_service.cpp26 void ConcurrentTaskService::QueryInterval(int queryItem, IntervalReply& queryRs) in QueryInterval()
31 void ConcurrentTaskService::QueryDeadline(int queryItem, DeadlineReply& queryRs, const Json::Value&… in QueryDeadline()
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_stub.cpp69 IntervalReply queryRs; variable
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp84 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 Dconcurrent_task_service_test.cpp59 IntervalReply queryRs = {87, 657, 357, 214}; variable
H A Dconcurrent_task_client_test.cpp74 IntervalReply queryRs = {87, 657, 357, 214}; variable
/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/fuzztest/concurrent_fuzzer/
H A Dconcurrent_fuzzer.cpp50 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 Dtask_client_adapter.h182 #define CTC_QUERY_INTERVAL(queryItem, queryRs) \ argument