Home
last modified time | relevance | path

Searched refs:DispatcherCmd (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/toolchain/tooling/client/domain/
H A Dtest_client.h32 bool DispatcherCmd(const std::string &cmd);
H A Dprofiler_client.h67 bool DispatcherCmd(const std::string &cmd);
H A Dheapprofiler_client.h44 bool DispatcherCmd(const std::string &cmd, const std::string &arg);
H A Ddebugger_client.h37 bool DispatcherCmd(const std::string &cmd);
H A Druntime_client.h32 bool DispatcherCmd(const std::string &cmd);
H A Dtest_client.cpp25 bool TestClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() function in OHOS::ArkCompiler::Toolchain::TestClient
35 LOGI("TestClient DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd()
H A Druntime_client.cpp27 bool RuntimeClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() function in OHOS::ArkCompiler::Toolchain::RuntimeClient
40 LOGI("RuntimeClient DispatcherCmd reqStr1: %{public}s", cmd.c_str()); in DispatcherCmd()
H A Dprofiler_client.cpp30 bool ProfilerClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() function in OHOS::ArkCompiler::Toolchain::ProfilerClient
46 LOGI("DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd()
H A Ddebugger_client.cpp29 bool DebuggerClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() function in OHOS::ArkCompiler::Toolchain::DebuggerClient
62 LOGI("DebuggerClient DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd()
H A Dheapprofiler_client.cpp28 bool HeapProfilerClient::DispatcherCmd(const std::string &cmd, const std::string &arg) in DispatcherCmd() function in OHOS::ArkCompiler::Toolchain::HeapProfilerClient
46 LOGI("DispatcherCmd reqStr1: %{public}s", cmd.c_str()); in DispatcherCmd()
/arkcompiler/toolchain/tooling/client/utils/
H A Dcli_command.cpp260 bool result = heapProfilerClient.DispatcherCmd(cmd, argList[0]); in HeapProfilerCommand()
304 bool result = profilerClient.DispatcherCmd(cmd); in CpuProfileCommand()
319 result = debuggerCli.DispatcherCmd(cmd); in DebuggerCommand()
334 result = runtimeClient.DispatcherCmd(cmd); in RuntimeCommand()
369 result = debuggerCli.DispatcherCmd(cmd); in BreakCommand()
398 result = debuggerCli.DispatcherCmd(cmd); in DeleteCommand()
480 result = debuggerCli.DispatcherCmd(cmd); in StepCommand()
513 result = runtimeClient.DispatcherCmd(cmd); in PrintCommand()
618 testClient.DispatcherCmd(cmd); in TestCommand()

Completed in 5 milliseconds