|
Android-cuttlefish cvd tool
|
#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"

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 } |