Searched refs:initSecureChannelReq (Results 1 - 3 of 3) sorted by relevance
/base/telephony/core_service/services/sim/include/ |
H A D | esim_file.h | 160 RequestApduBuild& codec, std::shared_ptr<Asn1Node> &bppNode, std::shared_ptr<Asn1Node> &initSecureChannelReq);
|
/base/telephony/core_service/services/sim/src/ |
H A D | esim_file.cpp | 1776 RequestApduBuild& codec, std::shared_ptr<Asn1Node> &bppNode, std::shared_ptr<Asn1Node> &initSecureChannelReq)
in BuildApduForInitSecureChannel() 1781 cursorLen += initSecureChannelReq->Asn1NodeToHexStr(destStr);
in BuildApduForInitSecureChannel() 1859 std::shared_ptr<Asn1Node> initSecureChannelReq = bppNode->Asn1GetChild(TAG_ESIM_INITIALISE_SECURE_CHANNEL);
in ProcessLoadBoundProfilePackage() local 1860 if (initSecureChannelReq != nullptr) {
in ProcessLoadBoundProfilePackage() 1861 BuildApduForInitSecureChannel(codec, bppNode, initSecureChannelReq);
in ProcessLoadBoundProfilePackage() 1775 BuildApduForInitSecureChannel( RequestApduBuild& codec, std::shared_ptr<Asn1Node> &bppNode, std::shared_ptr<Asn1Node> &initSecureChannelReq) BuildApduForInitSecureChannel() argument
|
/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_test.cpp | 1149 std::shared_ptr<Asn1Node> initSecureChannelReq = bppNode->Asn1GetChild(TAG_ESIM_INITIALISE_SECURE_CHANNEL);
in HWTEST_F() local 1150 esimFile->BuildApduForInitSecureChannel(codec, bppNode, initSecureChannelReq);
in HWTEST_F()
|
Completed in 12 milliseconds