Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp28 static bool readOneByte(std::string::const_iterator &it, const std::string::const_iterator &ed, int… in readOneByte() function
73 if (!readOneByte(it, ed, len)) { in parseSimpleTLV()
114 if (!readOneByte(strIt, hexStrEnd, len)) { in CreateFromTLV()
147 if (!readOneByte(hexStrBeg, hexStrEnd, refDoLen)) { in DecodeTLVTagCertPkg()
189 if (!readOneByte(hexStrBeg, hexStrEnd, arDoLen)) { in DecodeTLVTagLimits()
229 if (!readOneByte(hexStrBeg, hexStrEnd, refArLen)) { in DecodeTLVTagRule()
270 if (!readOneByte(it, hexStr.end(), value)) { in SetPackageNameByHexStr()