Searched refs:bppNode (Results 1 - 3 of 3) sorted by relevance
/base/telephony/core_service/services/sim/src/ |
H A D | esim_file.cpp | 1758 bool EsimFile::DecodeBoundProfilePackage(const std::string &boundProfilePackageStr, std::shared_ptr<Asn1Node> &bppNode)
in DecodeBoundProfilePackage() argument 1767 bppNode = decoder->Asn1NextNode();
in DecodeBoundProfilePackage() 1768 if (bppNode == nullptr) {
in DecodeBoundProfilePackage() 1769 TELEPHONY_LOGE("bppNode is nullptr");
in DecodeBoundProfilePackage() 1776 RequestApduBuild& codec, std::shared_ptr<Asn1Node> &bppNode, std::shared_ptr<Asn1Node> &initSecureChannelReq)
in BuildApduForInitSecureChannel() 1780 uint32_t cursorLen = bppNode->Asn1GetHeadAsHexStr(hexStr);
in BuildApduForInitSecureChannel() 1814 void EsimFile::BuildApduForSequenceOf86(RequestApduBuild &codec, std::shared_ptr<Asn1Node> &bppNode,
in BuildApduForSequenceOf86() argument 1824 if (bppNode->Asn1HasChild(TAG_ESIM_CTX_COMP_2)) {
in BuildApduForSequenceOf86() 1825 std::shared_ptr<Asn1Node> pGetChild = bppNode->Asn1GetChild(TAG_ESIM_CTX_COMP_2);
in BuildApduForSequenceOf86() 1853 std::shared_ptr<Asn1Node> bppNode in ProcessLoadBoundProfilePackage() local 1775 BuildApduForInitSecureChannel( RequestApduBuild& codec, std::shared_ptr<Asn1Node> &bppNode, std::shared_ptr<Asn1Node> &initSecureChannelReq) BuildApduForInitSecureChannel() argument [all...] |
/base/telephony/core_service/services/sim/include/ |
H A D | esim_file.h | 158 bool DecodeBoundProfilePackage(const std::string &boundProfilePackageStr, std::shared_ptr<Asn1Node> &bppNode); 160 RequestApduBuild& codec, std::shared_ptr<Asn1Node> &bppNode, std::shared_ptr<Asn1Node> &initSecureChannelReq); 163 void BuildApduForSequenceOf86(RequestApduBuild &codec, std::shared_ptr<Asn1Node> &bppNode,
|
/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_test.cpp | 1135 std::shared_ptr<Asn1Node> bppNode = nullptr;
in HWTEST_F() local 1137 EXPECT_FALSE(esimFile->DecodeBoundProfilePackage(boundProfilePackageStr, bppNode));
in HWTEST_F() 1145 std::shared_ptr<Asn1Node> bppNode = nullptr;
in HWTEST_F() local 1146 esimFile->DecodeBoundProfilePackage(boundProfilePackage, bppNode);
in HWTEST_F() 1149 std::shared_ptr<Asn1Node> initSecureChannelReq = bppNode->Asn1GetChild(TAG_ESIM_INITIALISE_SECURE_CHANNEL);
in HWTEST_F() 1150 esimFile->BuildApduForInitSecureChannel(codec, bppNode, initSecureChannelReq);
in HWTEST_F() 1160 std::shared_ptr<Asn1Node> bppNode = nullptr;
in HWTEST_F() local 1161 esimFile->DecodeBoundProfilePackage(boundProfilePackage, bppNode);
in HWTEST_F() 1164 std::shared_ptr<Asn1Node> firstSequenceOf87 = bppNode->Asn1GetChild(TAG_ESIM_CTX_COMP_0);
in HWTEST_F() 1175 std::shared_ptr<Asn1Node> bppNode in HWTEST_F() local 1190 std::shared_ptr<Asn1Node> bppNode = nullptr; HWTEST_F() local [all...] |
Completed in 10 milliseconds