Searched defs:bcdExtType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_number_decode.cpp | 64 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() 95 bool SimNumberDecode::BcdToChar(const uint8_t bcdCode, char &result, const int bcdExtType) in BcdToChar() 116 …t std::string &number, std::vector<uint8_t> &bcdCodes, const bool includeLen, const int bcdExtType) in NumberConvertToBCD() 156 const std::shared_ptr<unsigned char> bytesData, int offset, int length, int bcdExtType) in BCDConvertToString() 176 const std::vector<uint8_t>::const_iterator &codeEnd, std::string &number, const int bcdExtType) in BCDSectionConvertToString() 202 const std::vector<uint8_t>::const_iterator &codeEnd, std::string &number, const int bcdExtType) in BCDConvertToString()
|
/ohos5.0/base/telephony/core_service/test/fuzztest/isvalidnumberstring_fuzzer/ |
H A D | isvalidnumberstring_fuzzer.cpp | 39 int32_t bcdExtType = static_cast<int32_t>(*data + offset); in DoSomethingInterestingWithMyAPI() local
|