Home
last modified time | relevance | path

Searched defs:execResult (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/hdc/
DHdcWrapper.java143 ExecResult execResult = new CmdExecutors().executeCommand(hdcCmd, time); in getHdcStringResult() local
271 ExecResult execResult = new CmdExecutors().executeCommand(hdcCmd, timeout); in execCmdBy() local
349 ExecResult execResult = new CmdExecutors().executeCommand(hdcStr, 8); in getCliResult() local
386 ExecResult execResult = new CmdExecutors().executeCommandByLine(hdcStr, 5); in getCmdResultMap() local
411 ExecResult execResult = new CmdExecutors().executeCommand(hdcStr, 8); in getListResult() local
449 ExecResult execResult = new CmdExecutors().executeCommand(hdcStr, 8); in getListHdcStdResult() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/
DPerfCommand.java127 String execResult = HdcWrapper.getInstance().execCmdBy(checkData); in checkData() local