Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp2231 std::shared_ptr<Asn1Node> compNode = compBuilder->Asn1Build(); in ProcessRetrieveNotificationList() local
2232 builder->Asn1AddChild(compNode); in ProcessRetrieveNotificationList()
2360 std::shared_ptr<Asn1Node> compNode = root->Asn1GetChild(TAG_ESIM_CTX_COMP_0); in RetrieveNotificatioParseTagCtxComp0() local
2361 if (compNode == nullptr) { in RetrieveNotificatioParseTagCtxComp0()
2362 TELEPHONY_LOGE("compNode is nullptr"); in RetrieveNotificatioParseTagCtxComp0()
2366 if (compNode->Asn1GetChildren(TAG_ESIM_SEQUENCE, nodes) != 0) { in RetrieveNotificatioParseTagCtxComp0()

Completed in 5 milliseconds