Searched refs:cmdString (Results 1 – 10 of 10) sorted by relevance
| /developtools/hiperf/test/unittest/common/native/ |
| D | subcommand_dump_test.cpp | 73 std::string cmdString = "dump"; in TestDumpCommand() local 74 cmdString += " " + option + " "; in TestDumpCommand() 82 bool ret = Command::DispatchCommand(cmdString); in TestDumpCommand() 87 printf("command : %s(run %" PRId64 " ms) return %s(expect %s)\n", cmdString.c_str(), in TestDumpCommand() 105 std::string cmdString = "dump -i /data/test/resource/testdata/report/perf.data.libreport"; variable 106 EXPECT_EQ(Command::DispatchCommand(cmdString), true); 211 std::string cmdString = "dump -i /data/test/resource/testdata/dwarf.compress.data"; variable 212 EXPECT_EQ(Command::DispatchCommand(cmdString), true); 222 std::string cmdString = "dump -i /data/test/resource/testdata/dwarf.compress.data"; variable 223 EXPECT_EQ(Command::DispatchCommand(cmdString), true); [all …]
|
| D | subcommand_stat_test.cpp | 1502 std::string cmdString = "stat"; variable 1503 cmdString += tidString; 1504 cmdString += " -c 0 -d 3 --dumpoptions"; 1506 EXPECT_EQ(Command::DispatchCommand(cmdString), true); 1544 std::string cmdString = "stat"; variable 1545 cmdString += tidString; 1546 cmdString += " -c 0 -d 3 --dumpoptions"; 1548 EXPECT_EQ(Command::DispatchCommand(cmdString), true); 1578 std::string cmdString = "stat"; variable 1579 cmdString += tidString; [all …]
|
| D | subcommand_record_test.cpp | 125 std::string cmdString = "record "; in TestRecordCommand() local 127 cmdString += "--app com.ohos.launcher "; in TestRecordCommand() 129 cmdString += " " + option; in TestRecordCommand() 130 printf("command : %s\n", cmdString.c_str()); in TestRecordCommand() 135 bool ret = Command::DispatchCommand(cmdString); in TestRecordCommand()
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | base.cpp | 38 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf) in RunPipeComand() argument 40 FILE *pipeHandle = popen(cmdString, "r"); in RunPipeComand()
|
| D | usb_util.cpp | 81 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf) in RunPipeComand() argument 83 FILE *pipeHandle = popen(cmdString, "r"); in RunPipeComand()
|
| D | usb_util.h | 33 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf);
|
| D | base.h | 45 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf);
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | startup_delay.cpp | 33 std::string cmdString; in GetTrace() local 35 cmdString = "hitrace -t 5 -b 102400 --overwrite idle ace app ohos ability graphic "; in GetTrace() 37 cmdString = "hitrace -t 5 -b 20480 --overwrite idle ace app ohos ability graphic "; in GetTrace() 40 SPUtils::LoadCmd(cmdString + cmdStringEnd + traceName, result); in GetTrace()
|
| /developtools/hdc/src/common/ |
| D | base.h | 56 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf);
|
| D | base.cpp | 708 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf) in RunPipeComand() argument 710 FILE *pipeHandle = popen(cmdString, "r"); in RunPipeComand()
|