Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp2095 std::shared_ptr<Asn1Node> compTag = root->Asn1GetChild(TAG_ESIM_CTX_COMP_0); in ProcessListNotificationsAsn1Response() local
2096 if (compTag == nullptr) { in ProcessListNotificationsAsn1Response()
2097 TELEPHONY_LOGE("compTag is nullptr"); in ProcessListNotificationsAsn1Response()
2100 int32_t metaDataRes = compTag->Asn1GetChildren(TAG_ESIM_NOTIFICATION_METADATA, ls); in ProcessListNotificationsAsn1Response()
2273 std::shared_ptr<Asn1Node> compTag = root->Asn1GetChild(TAG_ESIM_CTX_COMP_0); in RetrieveNotificationParseCompTag() local
2274 if (compTag == nullptr) { in RetrieveNotificationParseCompTag()
2275 TELEPHONY_LOGE("compTag is nullptr"); in RetrieveNotificationParseCompTag()
2278 int32_t metaDataRes = compTag->Asn1GetChildren(TAG_ESIM_SEQUENCE, ls); in RetrieveNotificationParseCompTag()

Completed in 6 milliseconds