Searched defs:atChannel (Results 1 – 10 of 10) sorted by relevance
69 std::shared_ptr<impl::AtChannel> atChannel) { in registerService()82 template <class T> void addResponseSink(impl::AtChannel& atChannel, in addResponseSink()155 const auto atChannel = std::make_shared<AtChannel>(std::move(hostChannelFactory), in mainImpl() local
28 Sap::Sap(std::shared_ptr<AtChannel> atChannel) {} in Sap()
29 RadioIms::RadioIms(std::shared_ptr<AtChannel> atChannel) { in RadioIms()
34 RadioConfig::RadioConfig(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioConfig()
40 RadioModem::RadioModem(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioModem()
171 RadioData::RadioData(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioData()
37 RadioMessaging::RadioMessaging(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChann… in RadioMessaging()
31 RadioVoice::RadioVoice(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioVoice()
419 RadioNetwork::RadioNetwork(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel))… in RadioNetwork()
303 RadioSim::RadioSim(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioSim()