Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp362 std::shared_ptr<Asn1Node> profileRoot = root->Asn1GetChild(TAG_ESIM_EID); in ProcessObtainEidDone() local
363 if (profileRoot == nullptr) { in ProcessObtainEidDone()
367 uint32_t byteLen = profileRoot->Asn1AsBytes(outPutBytes); in ProcessObtainEidDone()
465 std::shared_ptr<Asn1Node> profileRoot = root->Asn1GetChild(TAG_ESIM_CTX_COMP_0); in RequestAllProfilesParseProfileInfo() local
466 if (profileRoot == nullptr) { in RequestAllProfilesParseProfileInfo()
467 TELEPHONY_LOGE("profileRoot is nullptr"); in RequestAllProfilesParseProfileInfo()
471 profileRoot->Asn1GetChildren(TAG_ESIM_PROFILE_INFO, profileNodes); in RequestAllProfilesParseProfileInfo()
868 std::shared_ptr<Asn1Node> profileRoot = root->Asn1GetChild(TAG_ESIM_CTX_1); in ProcessObtainSmdsAddressDone() local
869 if (profileRoot == nullptr) { in ProcessObtainSmdsAddressDone()
870 TELEPHONY_LOGE("profileRoot i in ProcessObtainSmdsAddressDone()
1012 std::shared_ptr<Asn1Node> profileRoot = root->Asn1GetChild(TAG_ESIM_CTX_0); ProcessObtainEuiccChallengeDone() local
1206 std::shared_ptr<Asn1Node> profileRoot = root->Asn1GetChild(TAG_ESIM_CTX_0); ProcessObtainDefaultSmdpAddressDone() local
[all...]

Completed in 5 milliseconds