Home
last modified time | relevance | path

Searched defs:apduCommand (Results 1 – 5 of 5) sorted by relevance

/base/telephony/core_service/test/unittest/esim_gtest/utils/codec/src/
Drequest_apdu_build.cpp39 std::unique_ptr<ApduCommand> apduCommand = std::make_unique<ApduCommand>(channelId_, apduData); in AddApdu() local
/base/telephony/core_service/utils/codec/src/
Drequest_apdu_build.cpp39 std::unique_ptr<ApduCommand> apduCommand = std::make_unique<ApduCommand>(channelId_, apduData); in AddApdu() local
/base/telephony/core_service/test/unittest/esim_gtest/
Desim_file_test.cpp96 ApduCommand *apduCommand = nullptr; variable
111 ApduCommand *apduCommand = new (std::nothrow)ApduCommand(channelId, apduData); variable
Desim_file_branch_test.cpp1553 ApduCommand *apduCommand = new (std::nothrow)ApduCommand(channelId, apduData); variable
/base/telephony/core_service/services/sim/src/
Desim_file.cpp233 void EsimFile::CopyApdCmdToReqInfo(ApduSimIORequestInfo &requestInfo, ApduCommand *apduCommand) in CopyApdCmdToReqInfo()
277 std::unique_ptr<ApduCommand> apduCommand = std::move(list.front()); in CommBuildOneApduReqInfo() local