Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp87 uint8_t hexDecimal = 16; in HexToString() local
95 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp89 uint8_t hexDecimal = 16; in HexToString() local
97 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString()