Searched defs:apduCommand (Results 1 – 5 of 5) sorted by relevance
39 std::unique_ptr<ApduCommand> apduCommand = std::make_unique<ApduCommand>(channelId_, apduData); in AddApdu() local
96 ApduCommand *apduCommand = nullptr; variable111 ApduCommand *apduCommand = new (std::nothrow)ApduCommand(channelId, apduData); variable
1553 ApduCommand *apduCommand = new (std::nothrow)ApduCommand(channelId, apduData); variable
233 void EsimFile::CopyApdCmdToReqInfo(ApduSimIORequestInfo &requestInfo, ApduCommand *apduCommand) in CopyApdCmdToReqInfo()277 std::unique_ptr<ApduCommand> apduCommand = std::move(list.front()); in CommBuildOneApduReqInfo() local