Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp1945 bool EsimFile::LoadBoundProfilePackageParseNotificationMetadata(std::shared_ptr<Asn1Node> &notificationMetadata) in LoadBoundProfilePackageParseNotificationMetadata() argument
1947 if (notificationMetadata == nullptr) { in LoadBoundProfilePackageParseNotificationMetadata()
1951 std::shared_ptr<Asn1Node> sequenceNumberAsn = notificationMetadata->Asn1GetChild(TAG_ESIM_CTX_0); in LoadBoundProfilePackageParseNotificationMetadata()
1958 std::shared_ptr<Asn1Node> profileManagementOpAsn = notificationMetadata->Asn1GetChild(TAG_ESIM_CTX_1); in LoadBoundProfilePackageParseNotificationMetadata()
1965 std::shared_ptr<Asn1Node> addressAsn = notificationMetadata->Asn1GetChild(TAG_ESIM_TARGET_ADDR); in LoadBoundProfilePackageParseNotificationMetadata()
1975 std::shared_ptr<Asn1Node> iccidAsn = notificationMetadata->Asn1GetChild(TAG_ESIM_EID); in LoadBoundProfilePackageParseNotificationMetadata()
/base/telephony/core_service/services/sim/include/
H A Desim_file.h168 bool LoadBoundProfilePackageParseNotificationMetadata(std::shared_ptr<Asn1Node> &notificationMetadata);

Completed in 6 milliseconds