Home
last modified time | relevance | path

Searched defs:bcdExtType (Results 1 – 1 of 1) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dsim_number_decode.cpp64 const std::string *SimNumberDecode::chooseExtendedByType(const int bcdExtType) in chooseExtendedByType()
74 bool SimNumberDecode::CharToBCD(const char c, uint8_t &result, const int bcdExtType) in CharToBCD()
99 bool SimNumberDecode::BcdToChar(const uint8_t bcdCode, char &result, const int bcdExtType) in BcdToChar()
123 …t std::string &number, std::vector<uint8_t> &bcdCodes, const bool includeLen, const int bcdExtType) in NumberConvertToBCD()
165 const std::shared_ptr<unsigned char> bytesData, int offset, int length, int bcdExtType) in BCDConvertToString()
186 const std::vector<uint8_t>::const_iterator &codeEnd, std::string &number, const int bcdExtType) in BCDSectionConvertToString()
215 const std::vector<uint8_t>::const_iterator &codeEnd, std::string &number, const int bcdExtType) in BCDConvertToString()