Home
last modified time | relevance | path

Searched refs:grandson (Results 1 - 1 of 1) sorted by relevance

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp953 std::shared_ptr<Asn1Node> grandson = node->Asn1GetGrandson(TAG_ESIM_SEQUENCE, TAG_ESIM_CTX_COMP_1); in RequestRulesAuthTableParseTagCtxComp0() local
954 if (grandson == nullptr) { in RequestRulesAuthTableParseTagCtxComp0()
957 int32_t opIdNodesRes = grandson->Asn1GetChildren(TAG_ESIM_OPERATOR_ID, opIdNodes); in RequestRulesAuthTableParseTagCtxComp0()
969 grandson = node->Asn1GetGrandson(TAG_ESIM_SEQUENCE, TAG_ESIM_CTX_0); in RequestRulesAuthTableParseTagCtxComp0()
970 if (grandson == nullptr) { in RequestRulesAuthTableParseTagCtxComp0()
973 int32_t policyRules = grandson->Asn1AsInteger(); in RequestRulesAuthTableParseTagCtxComp0()
974 grandson = node->Asn1GetGrandson(TAG_ESIM_SEQUENCE, TAG_ESIM_CTX_2); in RequestRulesAuthTableParseTagCtxComp0()
975 if (grandson == nullptr) { in RequestRulesAuthTableParseTagCtxComp0()
978 int32_t policyRuleFlags = grandson->Asn1AsInteger(); in RequestRulesAuthTableParseTagCtxComp0()

Completed in 6 milliseconds