Searched refs:hexStrEnd (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_operator_rule.cpp | 107 std::string temp(hexStrBeg, hexStrEnd); in CreateFromTLV() 114 if (!readOneByte(strIt, hexStrEnd, len)) { in CreateFromTLV() 121 while (strIt != hexStrEnd && totalLen < len) { in CreateFromTLV() 138 std::string(hexStrBeg, hexStrEnd).data()); in DecodeTLVTagCertPkg() 141 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagCertPkg() 147 if (!readOneByte(hexStrBeg, hexStrEnd, refDoLen)) { in DecodeTLVTagCertPkg() 158 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagCertPkg() 180 std::string(hexStrBeg, hexStrEnd).data()); in DecodeTLVTagLimits() 183 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagLimits() 189 if (!readOneByte(hexStrBeg, hexStrEnd, arDoLen)) { in DecodeTLVTagLimits() [all …]
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_operator_rule.h | 43 const std::string::const_iterator &hexStrEnd, std::vector<IccOperatorRule> &result); 66 const std::string::const_iterator &hexStrEnd, IccOperatorRule &result, int32_t &len); 68 const std::string::const_iterator &hexStrEnd, IccOperatorRule &result); 70 const std::string::const_iterator &hexStrEnd, IccOperatorRule &result);
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 2759 std::string::const_iterator hexStrEnd = numIt.begin(); variable 2767 EXPECT_FALSE(iccOperatorRule->DecodeTLVTagRule(hexStrBeg, hexStrEnd, result, len)); 2768 EXPECT_FALSE(iccOperatorRule->DecodeTLVTagCertPkg(hexStrBeg, hexStrEnd, result)); 2769 EXPECT_FALSE(iccOperatorRule->DecodeTLVTagLimits(hexStrBeg, hexStrEnd, result)); 2770 EXPECT_FALSE(iccOperatorRule->CreateFromTLV(hexStrBeg, hexStrEnd, list));
|
H A D | zero_branch_test_sim_ril.cpp | 769 std::string::const_iterator hexStrEnd = numIt.begin(); variable 787 EXPECT_FALSE(iccOperatorRule->DecodeTLVTagRule(hexStrBeg, hexStrEnd, result, len));
|