Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A 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()
/ohos5.0/base/telephony/core_service/test/fuzztest/isshowableasciionly_fuzzer/
H A Disshowableasciionly_fuzzer.cpp44 simUtils->HexCharConvertToInt(argument); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_utils.h73 static unsigned char HexCharConvertToInt(char c);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2792 EXPECT_EQ(simUtils->HexCharConvertToInt(spnData), 0);
2794 EXPECT_GT(simUtils->HexCharConvertToInt(spnData), 0);
2796 EXPECT_GT(simUtils->HexCharConvertToInt(spnData), 0);