Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp2043 std::shared_ptr<Asn1Node> metadataNode; in createNotification() local
2045 metadataNode = node; in createNotification()
2050 metadataNode = findNode; in createNotification()
2054 metadataNode = findNode; in createNotification()
2056 if (metadataNode == nullptr) { in createNotification()
2057 TELEPHONY_LOGE("metadataNode is nullptr"); in createNotification()
2060 std::shared_ptr<Asn1Node> nodeSeq = metadataNode->Asn1GetChild(TAG_ESIM_SEQ); in createNotification()
2067 std::shared_ptr<Asn1Node> nodeTargetAddr = metadataNode->Asn1GetChild(TAG_ESIM_TARGET_ADDR); in createNotification()
2076 std::shared_ptr<Asn1Node> nodeEvent = metadataNode->Asn1GetChild(TAG_ESIM_EVENT); in createNotification()

Completed in 6 milliseconds