Searched refs:DoCommandRemote (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/host/smartperf/ide/src/hdc/ |
| D | HdcDeviceManager.ts | 125 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)… 135 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)… 154 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)… 161 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)… 238 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '', false)); 253 await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_FILE_FINISH, '', false));
|
| /developtools/smartperf_host/ide/src/hdc/ |
| D | HdcDeviceManager.ts | 125 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)… 135 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)… 154 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)… 161 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '0', false)… 238 …await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_KERNEL_CHANNEL_CLOSE, '', false)); 253 await hdcStream.DoCommandRemote(new FormatCommand(HdcCommand.CMD_FILE_FINISH, '', false));
|
| /developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/ |
| D | HdcStream.ts | 50 return this.DoCommandRemote(formatCommand); 53 public async DoCommandRemote(command: FormatCommand): Promise<boolean> { method in HdcStream
|
| /developtools/smartperf_host/ide/src/hdc/hdcclient/ |
| D | HdcStream.ts | 50 return this.DoCommandRemote(formatCommand); 53 public async DoCommandRemote(command: FormatCommand): Promise<boolean> { method in HdcStream
|
| /developtools/hdc/src/host/ |
| D | server_for_client.h | 49 bool DoCommandRemote(HChannel hChannel, void *formatCommandInput);
|
| D | server_for_client.cpp | 615 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote() function in Hdc::HdcServerForClient 676 ret = DoCommandRemote(hChannel, formatCommandInput); in DoCommand()
|