Home
last modified time | relevance | path

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

/base/telephony/core_service/test/fuzztest/isshowableasciionly_fuzzer/
Disshowableasciionly_fuzzer.cpp44 simUtils->HexCharConvertToInt(argument); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/include/
Dsim_utils.h64 static unsigned char HexCharConvertToInt(char c);
/base/telephony/core_service/services/sim/src/
Dsim_utils.cpp22 unsigned char SIMUtils::HexCharConvertToInt(char c) in HexCharConvertToInt() function in OHOS::Telephony::SIMUtils
58 …ret[id] = (unsigned char)((HexCharConvertToInt(s.at(i)) << HALF_BYTE_LEN) | HexCharConvertToInt(s.… in HexStringConvertToBytes()