Home
last modified time | relevance | path

Searched refs:CMD_GET_DEBUG_PROCESS (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/command/
DCmdConstant.ts25 …static CMD_GET_DEBUG_PROCESS = `hdc shell netstat -anp |grep Panda |grep -v grep | sed \'s/.* \\([… property in CmdConstant
DCmd.ts209 … HdcDeviceManager.shellResultAsString(CmdConstant.CMD_GET_DEBUG_PROCESS, false).then((res) => {