Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp427 std::shared_ptr<Asn1Node> svnNode = root->Asn1GetChild(TAG_ESIM_CTX_2); in ObtainEuiccInfo1ParseTagCtx2() local
428 if (svnNode == nullptr) { in ObtainEuiccInfo1ParseTagCtx2()
429 TELEPHONY_LOGE("svnNode is nullptr"); in ObtainEuiccInfo1ParseTagCtx2()
433 uint32_t svnRawlen = svnNode->Asn1AsBytes(svnRaw); in ObtainEuiccInfo1ParseTagCtx2()
2897 std::shared_ptr<Asn1Node> svnNode = root->Asn1GetChild(TAG_ESIM_CTX_2); in EuiccInfo2ParseSvn() local
2898 if (svnNode == nullptr) { in EuiccInfo2ParseSvn()
2899 TELEPHONY_LOGE("svnNode is nullptr"); in EuiccInfo2ParseSvn()
2903 uint32_t svnRawLen = svnNode->Asn1AsBytes(svnRaw); in EuiccInfo2ParseSvn()

Completed in 6 milliseconds