• Home
  • Raw
  • Download

Lines Matching refs:requestPipe

159                                        const AtChannel::RequestPipe requestPipe,  in getRemainingRetries()  argument
164 atConversation(requestPipe, std::format("AT+CPINR=\"{0:s}\"", pinType), in getRemainingRetries()
181 const AtChannel::RequestPipe requestPipe, in enterOrChangeSimPinPuk() argument
198 atConversation(requestPipe, request, in enterOrChangeSimPinPuk()
211 getRemainingRetries(pinType, requestPipe, atConversation); in enterOrChangeSimPinPuk()
257 std::optional<std::vector<uint8_t>> getSelectResponse(const AtChannel::RequestPipe requestPipe, in getSelectResponse() argument
266 atConversation(requestPipe, request, in getSelectResponse()
328 (const AtChannel::RequestPipe requestPipe) -> bool { in changeIccPin2ForApp() argument
331 requestPipe, mAtConversation); in changeIccPin2ForApp()
346 (const AtChannel::RequestPipe requestPipe) -> bool { in changeIccPinForApp() argument
349 requestPipe, mAtConversation); in changeIccPinForApp()
379 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getAllowedCarriers() argument
392 mAtConversation(requestPipe, atCmds::getOperator, in getAllowedCarriers()
439 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getCdmaSubscriptionSource() argument
443 mAtConversation(requestPipe, atCmds::getCdmaSubscriptionSource, in getCdmaSubscriptionSource()
472 (const AtChannel::RequestPipe requestPipe) -> bool { in getFacilityLockForApp() argument
480 mAtConversation(requestPipe, request, in getFacilityLockForApp()
582 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getIccCardStatus() argument
598 mAtConversation(requestPipe, atCmds::getSimCardStatus, in getIccCardStatus()
654 mAtConversation(requestPipe, atCmds::getICCID, in getIccCardStatus()
694 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getImsiForApp() argument
701 mAtConversation(requestPipe, atCmds::getIMSI, in getImsiForApp()
748 …mAtChannel->queueRequester([this, serial, sessionId](const AtChannel::RequestPipe requestPipe) -> … in iccCloseLogicalChannelWithSessionInfo() argument
756 mAtConversation(requestPipe, request, in iccCloseLogicalChannelWithSessionInfo()
782 (const AtChannel::RequestPipe requestPipe) -> bool { in iccIoForApp() argument
801 mAtConversation(requestPipe, request, in iccIoForApp()
847 …mAtChannel->queueRequester([this, serial, aid, p2](const AtChannel::RequestPipe requestPipe) -> bo… in iccOpenLogicalChannel() argument
857 mAtConversation(requestPipe, "AT+CSIM=10,\"0070000001\""sv, in iccOpenLogicalChannel()
867 getSelectResponse(requestPipe, mAtConversation, in iccOpenLogicalChannel()
872 requestPipe(std::format("AT+CCHC={0:d}", channelId)); in iccOpenLogicalChannel()
892 mAtConversation(requestPipe, request, in iccOpenLogicalChannel()
923 (const AtChannel::RequestPipe requestPipe) -> bool { in iccTransmitApduBasicChannel() argument
951 mAtConversation(requestPipe, request, in iccTransmitApduBasicChannel()
993 (const AtChannel::RequestPipe requestPipe) -> bool { in iccTransmitApduLogicalChannel() argument
1008 mAtConversation(requestPipe, request, in iccTransmitApduLogicalChannel()
1061 (const AtChannel::RequestPipe requestPipe) -> bool { in reportStkServiceIsRunning() argument
1067 mAtConversation(requestPipe, atCmds::reportStkServiceRunning, in reportStkServiceIsRunning()
1105 (const AtChannel::RequestPipe requestPipe) -> bool { in requestIccSimAuthentication() argument
1128 mAtConversation(requestPipe, request, in requestIccSimAuthentication()
1200 (const AtChannel::RequestPipe requestPipe) -> bool { in sendEnvelope() argument
1207 mAtConversation(requestPipe, request, in sendEnvelope()
1239 (const AtChannel::RequestPipe requestPipe) -> bool { in sendTerminalResponseToSim() argument
1245 mAtConversation(requestPipe, request, in sendTerminalResponseToSim()
1283 (const AtChannel::RequestPipe requestPipe) -> bool { in setCdmaSubscriptionSource() argument
1289 mAtConversation(requestPipe, request, in setCdmaSubscriptionSource()
1321 (const AtChannel::RequestPipe requestPipe) -> bool { in setFacilityLockForApp() argument
1338 mAtConversation(requestPipe, request, in setFacilityLockForApp()
1347 getRemainingRetries("SIM PIN"sv, requestPipe, mAtConversation); in setFacilityLockForApp()
1356 getRemainingRetries("SIM PIN2"sv, requestPipe, mAtConversation); in setFacilityLockForApp()
1398 (const AtChannel::RequestPipe requestPipe) -> bool { in supplyIccPin2ForApp() argument
1401 requestPipe, mAtConversation); in supplyIccPin2ForApp()
1415 (const AtChannel::RequestPipe requestPipe) -> bool { in supplyIccPinForApp() argument
1418 requestPipe, mAtConversation); in supplyIccPinForApp()
1433 (const AtChannel::RequestPipe requestPipe) -> bool { in supplyIccPuk2ForApp() argument
1436 requestPipe, mAtConversation); in supplyIccPuk2ForApp()
1451 (const AtChannel::RequestPipe requestPipe) -> bool { in supplyIccPukForApp() argument
1454 requestPipe, mAtConversation); in supplyIccPukForApp()