Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h204 const std::string STRING_REGEX_ALL_NUMBERS = "^(-)?([0-9]|[1-9][0-9]+)([\\.][0-9]+)?$"; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1692 if (!std::regex_match(optarg, std::regex(STRING_REGEX_ALL_NUMBERS))) { in MakeWantFromCmd()
1705 if (!std::regex_match(optarg, std::regex(STRING_REGEX_ALL_NUMBERS))) { in MakeWantFromCmd()
1718 if (!std::regex_match(optarg, std::regex(STRING_REGEX_ALL_NUMBERS))) { in MakeWantFromCmd()
1731 if (!std::regex_match(optarg, std::regex(STRING_REGEX_ALL_NUMBERS))) { in MakeWantFromCmd()