Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp107 std::string temp(hexStrBeg, hexStrEnd); in CreateFromTLV()
138 std::string(hexStrBeg, hexStrEnd).data()); in DecodeTLVTagCertPkg()
141 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagCertPkg()
145 hexStrBeg += TAG_CERT_PKG.size(); 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()
187 hexStrBeg += TAG_LIMITS.size(); in DecodeTLVTagLimits()
189 if (!readOneByte(hexStrBeg, hexStrEnd, arDoLen)) { in DecodeTLVTagLimits()
200 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagLimits()
[all …]
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_operator_rule.h42 static bool CreateFromTLV(const std::string::const_iterator &hexStrBeg,
65 static bool DecodeTLVTagRule(std::string::const_iterator &hexStrBeg,
67 static bool DecodeTLVTagCertPkg(std::string::const_iterator &hexStrBeg,
69 static bool DecodeTLVTagLimits(std::string::const_iterator &hexStrBeg,
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2758 std::string::const_iterator hexStrBeg = 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 Dzero_branch_test_sim_ril.cpp768 std::string::const_iterator hexStrBeg = numIt.begin(); variable
787 EXPECT_FALSE(iccOperatorRule->DecodeTLVTagRule(hexStrBeg, hexStrEnd, result, len));