Searched refs:DtmfCharToDigit (Results 1 – 5 of 5) sorted by relevance
34 static uint8_t DtmfCharToDigit(const uint8_t c);
172 uint8_t SmsCommonUtils::DtmfCharToDigit(const uint8_t c) in DtmfCharToDigit() function in OHOS::Telephony::SmsCommonUtils
166 EXPECT_EQ(smsCommonUtils->DtmfCharToDigit(static_cast<char>(0x0B)), '*');
1140 address_.szData[i] = SmsCommonUtils::DtmfCharToDigit(v); in Decode()1390 vmn_.anChar[i] = SmsCommonUtils::DtmfCharToDigit(v1); in DecodeAccessNumber()1434 vmn_.cliChar[i] = SmsCommonUtils::DtmfCharToDigit(v); in DecodeCallingPartyNumber()
329 address_.szData[i] = SmsCommonUtils::DtmfCharToDigit(v1); in DecodeAddress()