Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/src/
Dfocus_test_flow.cpp165shellcommand_.ResultReceiverAppend("all event percentage more than 1, please reset params.\n"); in InitEventPercent()
166 shellcommand_.ResultReceiverAppend(FOCUS_TEST_HELP_MSG); in InitEventPercent()
241 shellcommand_.ResultReceiverAppend("error: option '"); in SetInputPercent()
242 shellcommand_.ResultReceiverAppend(string((char *)(&option))); in SetInputPercent()
243 shellcommand_.ResultReceiverAppend("' requires a value.\n"); in SetInputPercent()
244 shellcommand_.ResultReceiverAppend(FOCUS_TEST_HELP_MSG); in SetInputPercent()
249 shellcommand_.ResultReceiverAppend("the input percent more than 1 (100%).\n"); in SetInputPercent()
250 shellcommand_.ResultReceiverAppend(FOCUS_TEST_HELP_MSG); in SetInputPercent()
310 shellcommand_.ResultReceiverAppend(FOCUS_TEST_HELP_MSG); in SetRunningIndicator()
454 shellcommand_.ResultReceiverAppend(std::string(PARAM_COUNT_TIME_ERROR) + "\n"); in CheckArgument()
[all …]
Drandom_test_flow.cpp166shellcommand_.ResultReceiverAppend("all event percentage more than 1, please reset params.\n"); in InitEventPercent()
167 shellcommand_.ResultReceiverAppend(RANDOM_TEST_HELP_MSG); in InitEventPercent()
241 shellcommand_.ResultReceiverAppend("error: option '"); in SetInputPercent()
242 shellcommand_.ResultReceiverAppend(string((char *)(&option))); in SetInputPercent()
243 shellcommand_.ResultReceiverAppend("' requires a value.\n"); in SetInputPercent()
244 shellcommand_.ResultReceiverAppend(RANDOM_TEST_HELP_MSG); in SetInputPercent()
249 shellcommand_.ResultReceiverAppend("the input percent more than 1 (100%).\n"); in SetInputPercent()
250 shellcommand_.ResultReceiverAppend(RANDOM_TEST_HELP_MSG); in SetInputPercent()
306 shellcommand_.ResultReceiverAppend(RANDOM_TEST_HELP_MSG); in SetRunningIndicator()
483 shellcommand_.ResultReceiverAppend(std::string(PARAM_COUNT_TIME_ERROR) + "\n"); in CheckArgument()
[all …]
Dspecial_test_flow.cpp114 shellcommand_.ResultReceiverAppend(paramError + "\n"); in EnvInit()
128 shellcommand_.ResultReceiverAppend(paramError + "\n"); in EnvInit()
279 shellcommand_.ResultReceiverAppend("error: option '-"); in HandleUnknownOption()
280 shellcommand_.ResultReceiverAppend(string(1, optopt)); in HandleUnknownOption()
281 shellcommand_.ResultReceiverAppend("' requires a value.\n"); in HandleUnknownOption()
290 shellcommand_.ResultReceiverAppend( in HandleUnknownOption()
296 shellcommand_.ResultReceiverAppend(SPECIAL_TEST_HELP_MSG); in HandleUnknownOption()
328 shellcommand_.ResultReceiverAppend(std::string(PARAM_COUNT_TIME_ERROR) + "\n"); in CheckArgument()
341 shellcommand_.ResultReceiverAppend(std::string(PARAM_TIME_COUNT_ERROR) + "\n"); in CheckArgument()
389 shellcommand_.ResultReceiverAppend(SPECIAL_TEST_HELP_MSG); in SetRunningIndicator()
[all …]
Dtest_flow.cpp27 : shellcommand_(shellcommand), in TestFlow()
45 int argc_ = shellcommand_.GetArgc(); in CheckVaildityCmd()
46 char **argv_ = shellcommand_.GetArgv(); in CheckVaildityCmd()
/test/ostest/wukong/test_flow/include/
Dtest_flow.h104 WuKongShellCommand &shellcommand_; variable