Home
last modified time | relevance | path

Searched refs:IsValidHexValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_common_utils.h44 bool IsValidHexValue(const std::string &inputValue);
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtelephony_common_utils.cpp59 bool IsValidHexValue(const std::string &inputValue) in IsValidHexValue() function
/ohos5.0/base/telephony/core_service/utils/
H A Dlibtel_common.versionscript19 OHOS::Telephony::IsValidHexValue*;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dtag_service.cpp51 if (!IsValidHexValue(tag_)) { in GetTagCode()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp680 if (IsValidHexValue(hexStr)) { in DecodeQuotedPrintable()