Searched refs:IccOperatorRule (Results 1 – 7 of 7) sorted by relevance
64 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 …]
374 if (!IccOperatorRule::CreateFromTLV(state_->currData, rules_)) { in ProcessTransmitLogicalChannelDone()
24 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);
61 std::vector<IccOperatorRule> rules_;
34 auto iccOperatorRule = std::make_shared<IccOperatorRule>(); in DoSomethingInterestingWithMyAPI()
762 auto iccOperatorRule = std::make_shared<IccOperatorRule>();767 IccOperatorRule result;776 std::vector<IccOperatorRule> list;1124 auto iccOperatorRule = std::make_shared<IccOperatorRule>();1132 IccOperatorRule result;
2754 auto iccOperatorRule = std::make_shared<IccOperatorRule>();2757 IccOperatorRule result;2760 std::vector<IccOperatorRule> list;