Home
last modified time | relevance | path

Searched refs:CmdConstant (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/test/hdc/hdcclient/
DFormatCommand.test.ts16 import { CmdConstant } from '../../../src/command/CmdConstant';
20 expect(FormatCommand.string2FormatCommand(CmdConstant.CMD_TRACE_FILE_SIZE)).toEqual({
60 expect(FormatCommand.string2FormatCommand(CmdConstant.CMD_GET_HIPERF_EVENTS)).toEqual({
/developtools/smartperf_host/ide/src/command/
DCmd.ts17 import { CmdConstant } from './CmdConstant';
202 …let cmd = Cmd.formatString(CmdConstant.CMD_GET_DEBUG_PROCESS_DEVICES, [SpRecordTrace.serialNumber]…
209 … HdcDeviceManager.shellResultAsString(CmdConstant.CMD_GET_DEBUG_PROCESS, false).then((res) => {
223 … let cmd = Cmd.formatString(CmdConstant.CMD_GET_PROCESS_DEVICES, [SpRecordTrace.serialNumber]);
230 HdcDeviceManager.shellResultAsString(CmdConstant.CMD_GET_PROCESS, false).then((res) => {
DCmdConstant.ts16 export class CmdConstant { class
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts41 import { CmdConstant } from '../../command/CmdConstant';
197 HdcDeviceManager.shellResultAsString(CmdConstant.CMD_GET_VERSION, false).then((version) => {
225 Cmd.execHdcCmd(CmdConstant.CMD_HDC_DEVICES, (res: string) => {
469 let cmd = Cmd.formatString(CmdConstant.CMD_GET_VERSION_DEVICES, [SpRecordTrace.serialNumber]);
481 … HdcDeviceManager.shellResultAsString(CmdConstant.CMD_GET_VERSION, true).then((deviceVersion) => {
633 let cmd = Cmd.formatString(CmdConstant.CMS_HDC_STOP, [SpRecordTrace.serialNumber]);
641 HdcDeviceManager.shellResultAsString(CmdConstant.CMS_STOP, true).then((): void => {
656 let cmd = Cmd.formatString(CmdConstant.CMS_HDC_CANCEL, [SpRecordTrace.serialNumber]);
683 HdcDeviceManager.stopHiprofiler(CmdConstant.CMS_CANCEL).then((): void => {
861 …Cmd.execHdcCmd(Cmd.formatString(CmdConstant.CMS_HDC_STOP, [SpRecordTrace.serialNumber]), (stopRes:…
[all …]
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpRecordPerf.ts31 import { CmdConstant } from '../../../command/CmdConstant';
308 … let cmd = Cmd.formatString(CmdConstant.CMD_GET_CPU_COUNT_DEVICES, [SpRecordTrace.serialNumber]);
322 … HdcDeviceManager.shellResultAsString(CmdConstant.CMD_GET_CPU_COUNT, false).then((res) => {
356 …let cmd = Cmd.formatString(CmdConstant.CMD_GET_HIPERF_EVENTS_DEVICES, [SpRecordTrace.serialNumber]…
371 … HdcDeviceManager.shellResultAsString(CmdConstant.CMD_GET_HIPERF_EVENTS, false).then((res) => {