Searched refs:HexCharConvertToInt (Results 1 – 4 of 4) sorted by relevance
22 unsigned char SIMUtils::HexCharConvertToInt(char c) in HexCharConvertToInt() function in OHOS::Telephony::SIMUtils58 …ret[id] = (unsigned char)((HexCharConvertToInt(s.at(i)) << HALF_BYTE_LEN) | HexCharConvertToInt(s.… in HexStringConvertToBytes()
44 simUtils->HexCharConvertToInt(argument); in DoSomethingInterestingWithMyAPI()
73 static unsigned char HexCharConvertToInt(char c);
2792 EXPECT_EQ(simUtils->HexCharConvertToInt(spnData), 0);2794 EXPECT_GT(simUtils->HexCharConvertToInt(spnData), 0);2796 EXPECT_GT(simUtils->HexCharConvertToInt(spnData), 0);