Home
last modified time | relevance | path

Searched refs:SendDebugCommand (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_service_proxy.cpp34 SendDebugCommand(option); in SendRequestSync()
58 SendDebugCommand(option); in SendRequestAsync()
113 int32_t ResSchedExeServiceProxy::SendDebugCommand(MessageOption& option) in SendDebugCommand() function in OHOS::ResourceSchedule::ResSchedExeServiceProxy
H A Dres_sched_exe_client.cpp88 void ResSchedExeClient::SendDebugCommand(bool isSync) in SendDebugCommand() function in OHOS::ResourceSchedule::ResSchedExeClient
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H A Dres_sched_exe_client_test.cpp155 ResSchedExeClient::GetInstance().SendDebugCommand(true);
169 ResSchedExeClient::GetInstance().SendDebugCommand(false);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dres_sched_exe_service_proxy.h78 int32_t SendDebugCommand(MessageOption& option);
H A Dres_sched_exe_client.h78 void SendDebugCommand(bool isSync);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/
H A Dlibresschedexeclient.versionscript21 *ResSchedExeClient*SendDebugCommand*;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp361 ResSchedExeClient::GetInstance().SendDebugCommand(isSync); in DumpExecutorDebugCommand()