Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp64 it += IccOperatorRule::TLV_STAG_CHARLEN; in parseSimpleTLV()
67 if (inputSize < IccOperatorRule::TLV_STAG_CHARLEN + IccOperatorRule::TLV_LEN_CHARLEN) { in parseSimpleTLV()
70 IccOperatorRule::TLV_STAG_CHARLEN + IccOperatorRule::TLV_LEN_CHARLEN); in parseSimpleTLV()
81 IccOperatorRule::TLV_STAG_CHARLEN + IccOperatorRule::TLV_LEN_CHARLEN + valueCharLen) { in parseSimpleTLV()
84 IccOperatorRule::TLV_STAG_CHARLEN + IccOperatorRule::TLV_LEN_CHARLEN + valueCharLen); in parseSimpleTLV()
92 bool IccOperatorRule::CreateFromTLV(const std::string &hexStr, std::vector<IccOperatorRule> &result) in CreateFromTLV()
119 IccOperatorRule rule; in CreateFromTLV()
134 bool IccOperatorRule::DecodeTLVTagCertPkg( in DecodeTLVTagCertPkg()
176 bool IccOperatorRule::DecodeTLVTagLimits( in DecodeTLVTagLimits()
245 IccOperatorRule::IccOperatorRule() {} in IccOperatorRule() function in OHOS::Telephony::IccOperatorRule
[all …]
H A Dicc_operator_privilege_controller.cpp374 if (!IccOperatorRule::CreateFromTLV(state_->currData, rules_)) { in ProcessTransmitLogicalChannelDone()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_operator_rule.h24 class IccOperatorRule {
43 const std::string::const_iterator &hexStrEnd, std::vector<IccOperatorRule> &result);
44 static bool CreateFromTLV(const std::string &hexStr, std::vector<IccOperatorRule> &result);
47 IccOperatorRule();
48 virtual ~IccOperatorRule();
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);
H A Dicc_operator_privilege_controller.h61 std::vector<IccOperatorRule> rules_;
/ohos5.0/base/telephony/core_service/test/fuzztest/setaccesslimit_fuzzer/
H A Dsetaccesslimit_fuzzer.cpp34 auto iccOperatorRule = std::make_shared<IccOperatorRule>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp762 auto iccOperatorRule = std::make_shared<IccOperatorRule>();
767 IccOperatorRule result;
776 std::vector<IccOperatorRule> list;
1124 auto iccOperatorRule = std::make_shared<IccOperatorRule>();
1132 IccOperatorRule result;
H A Dzero_branch_test.cpp2754 auto iccOperatorRule = std::make_shared<IccOperatorRule>();
2757 IccOperatorRule result;
2760 std::vector<IccOperatorRule> list;