Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp160 bool ret = Utils::IsValidHexStr("a1");
162 ret = Utils::IsValidHexStr("1*");
164 ret = Utils::IsValidHexStr("ABCDEF");
/ohos5.0/base/update/updater/utils/include/
H A Dutils.h100 bool IsValidHexStr(const std::string &str);
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp936 bool IsValidHexStr(const std::string &str) in IsValidHexStr() function