Home
last modified time | relevance | path

Searched refs:CliCommand (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/client/utils/
H A Dcli_command.cpp140 ErrCode CliCommand::ExecCommand() in ExecCommand()
148 void CliCommand::CreateCommandMap() in CreateCommandMap()
151 {std::make_pair("allocationtrack", "at"), std::bind(&CliCommand::HeapProfilerCommand, this, "allocationtrack")}, in CreateCommandMap()
153 std::bind(&CliCommand::HeapProfilerCommand, this, "allocationtrack-stop")}, in CreateCommandMap()
154 {std::make_pair("heapdump", "hd"), std::bind(&CliCommand::HeapProfilerCommand, this, "heapdump")}, in CreateCommandMap()
156 std::bind(&CliCommand::HeapProfilerCommand, this, "heapprofiler-enable")}, in CreateCommandMap()
158 std::bind(&CliCommand::HeapProfilerCommand, this, "heapprofiler-disable")}, in CreateCommandMap()
159 {std::make_pair("sampling", "sampling"), std::bind(&CliCommand::HeapProfilerCommand, this, "sampling")}, in CreateCommandMap()
161 std::bind(&CliCommand::HeapProfilerCommand, this, "sampling-stop")}, in CreateCommandMap()
162 {std::make_pair("collectgarbage", "gc"), std::bind(&CliCommand in CreateCommandMap()
[all...]
H A Dcli_command.h40 class CliCommand { class in OHOS::ArkCompiler::Toolchain::ErrCode
42 CliCommand(std::vector<std::string> cliCmdStr, uint32_t sessionId) in CliCommand() function in OHOS::ArkCompiler::Toolchain::ErrCode::CliCommand
50 ~CliCommand() = default;
/arkcompiler/toolchain/tooling/test/client_utils/
H A Dtest_util.cpp77 CliCommand cmd(cliCmdStr, 0); in NotifySuccess()
86 CliCommand cmd(cliCmdStr, 0); in NotifyFail()
120 CliCommand cmd(cliCmdStr, 0); in ForkSocketClient()
/arkcompiler/toolchain/tooling/client/ark_cli/
H A Dmain.cpp70 CliCommand cmd(cliCmdStr, sessionId); in InputMessageInSession()

Completed in 2 milliseconds