Home
last modified time | relevance | path

Searched refs:test_cmd (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp271 int HidumpPlugin::SetTestCmd(const char *test_cmd) in SetTestCmd() argument
273 CHECK_NOTNULL(test_cmd, -1, "HidumpPlugin:%s test_cmd is null", __func__); in SetTestCmd()
274 testCmd_ = const_cast<char *>(test_cmd); in SetTestCmd()
/developtools/profiler/device/plugins/hidump_plugin/include/
Dhidump_plugin.h46 int SetTestCmd(const char *test_cmd);
/developtools/hdc/scripts/
Ddev_hdc_test.py673 test_cmd = line.split(',')[1]
675 match = re.search(pattern, test_cmd)
677 result = test_cmd.replace(match.group(0), "").lstrip()
678 test_cmd = f"{GP.hdc_head} {result}"
682 output = subprocess.check_output(test_cmd.split()).decode()
749 test_cmd = f"{GP.hdc_head} {cmd}"
750 result = subprocess.check_output(test_cmd.split()).decode()