Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_utils.cpp129 bool AccessibilityUtils::IsValidIntString(std::string& intString, const int32_t lowBound, const int… in IsValidIntString() argument
133 std::string valueStr = Trim(intString); in IsValidIntString()
H A Dability_command.cpp883 std::string intString = argv_[optind + OPTION_PARAMETER_VALUE_OFFSET]; in ParseParam() local
884 if (!std::regex_match(intString, std::regex(STRING_TEST_REGEX_INTEGER_NUMBERS))) { in ParseParam()
886 resultReceiver_.append(intString); in ParseParam()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Daccessibility_ability_utils.h34 …static bool IsValidIntString(std::string& intString, const int32_t lowBound, const int32_t highBou…