Home
last modified time | relevance | path

Searched refs:USER_TEST_COMMAND_PARAMS_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h190 const int USER_TEST_COMMAND_PARAMS_NUM = 2; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1914 if (i >= argc_ - USER_TEST_COMMAND_PARAMS_NUM) { in RunAsTestCommand()