Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp291 … std::regex_match(paramValue, sm, std::regex(STRING_TEST_REGEX_INTEGER_NUMBERS))) { in ParseStartAbilityArgsFromCmd()
297 … if (std::regex_match(paramValue, sm, std::regex(STRING_TEST_REGEX_INTEGER_NUMBERS))) { in ParseStartAbilityArgsFromCmd()
451 … if (!(std::regex_match(paramValue, sm, std::regex(STRING_TEST_REGEX_INTEGER_NUMBERS)))) { in ParseTestArgsFromCmd()
H A Dability_command.cpp884 if (!std::regex_match(intString, std::regex(STRING_TEST_REGEX_INTEGER_NUMBERS))) { in ParseParam()
1908 if (!std::regex_match(argv, std::regex(STRING_TEST_REGEX_INTEGER_NUMBERS))) { in RunAsTestCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h203 const std::string STRING_TEST_REGEX_INTEGER_NUMBERS = "^(0|[1-9][0-9]*|-[1-9][0-9]*)$"; variable