Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
Dsim_number_decode.h48 static bool BCDSectionConvertToString(const std::vector<uint8_t>::const_iterator &codeBeg,
/base/telephony/core_service/services/sim/src/
Dsim_number_decode.cpp185 bool SimNumberDecode::BCDSectionConvertToString(const std::vector<uint8_t>::const_iterator &codeBeg, in BCDSectionConvertToString() function in OHOS::Telephony::SimNumberDecode
222 if (!BCDSectionConvertToString(it, codeEnd, number, bcdExtType)) { in BCDConvertToString()