Android-cuttlefish cvd tool
Classes | Namespaces | Typedefs | Enumerations
modem_service.h File Reference
#include <functional>
#include <map>
#include <optional>
#include "cuttlefish/host/commands/modem_simulator/channel_monitor.h"
#include "cuttlefish/host/commands/modem_simulator/command_parser.h"
#include "cuttlefish/host/commands/modem_simulator/thread_looper.h"
Include dependency graph for modem_service.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cuttlefish::CommandHandler
 
class  cuttlefish::ModemService
 

Namespaces

namespace  cuttlefish
 

Typedefs

using cuttlefish::f_func = std::function< void(const Client &)>
 
using cuttlefish::p_func = std::function< void(const Client &, std::string &)>
 

Enumerations

enum  cuttlefish::ModemServiceType : int {
  cuttlefish::kSimService = 0 , cuttlefish::kNetworkService = 1 , cuttlefish::kDataService = 2 , cuttlefish::kCallService = 3 ,
  cuttlefish::kSmsService = 4 , cuttlefish::kSupService = 5 , cuttlefish::kStkService = 6 , cuttlefish::kMiscService = 7
}