Lines Matching refs:requestPipe
57 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getImei() argument
61 mAtConversation(requestPipe, atCmds::getIMEI, in getImei()
91 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getHardwareConfig() argument
99 getSupportedRadioTechs(requestPipe, mAtConversation); in getHardwareConfig()
169 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getRadioCapability() argument
174 getSupportedRadioTechs(requestPipe, mAtConversation); in getRadioCapability()
193 (const AtChannel::RequestPipe requestPipe) -> bool { in requestShutdown() argument
194 if (setRadioPowerImpl(requestPipe, false)) { in requestShutdown()
227 (const AtChannel::RequestPipe requestPipe) -> bool { in setRadioPower() argument
228 if (setRadioPowerImpl(requestPipe, powerOn)) { in setRadioPower()
286 const AtChannel::RequestPipe requestPipe, in getSupportedRadioTechs() argument
293 atConversation(requestPipe, atCmds::getSupportedRadioTechs, in getSupportedRadioTechs()
316 bool RadioModem::setRadioPowerImpl(const AtChannel::RequestPipe requestPipe, in setRadioPowerImpl() argument
326 if (!requestPipe(request)) { in setRadioPowerImpl()
331 if (!requestPipe(atCmds::getModemPowerState)) { in setRadioPowerImpl()