Home
last modified time | relevance | path

Searched refs:HexCharToInt (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dstring_utils.cpp28 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt() function in OHOS::HDI::Location::StringUtils
51 …auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i +… in HexToByteVector()
H A Dstring_utils.h36 static uint16_t HexCharToInt(char c);
/ohos5.0/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp39 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt() function in OHOS::Telephony::StringUtils
112 …auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i +… in HexToByteVector()
H A Dstring_utils.h40 static uint16_t HexCharToInt(char c);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp41 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt() function in OHOS::Location::StringUtils
114 …auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i +… in HexToByteVector()
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dstring_utils.h46 static uint16_t HexCharToInt(char c);