/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 83 ChannelMonitor::ChannelMonitor(ModemSimulator& modem, SharedFD server) in ChannelMonitor() function in cuttlefish::ChannelMonitor 94 ClientId ChannelMonitor::SetRemoteClient(SharedFD client, bool is_accepted) { in SetRemoteClient() 120 void ChannelMonitor::AcceptIncomingConnection() { in AcceptIncomingConnection() 135 void ChannelMonitor::ReadCommand(Client& client) { in ReadCommand() 193 void ChannelMonitor::SendUnsolicitedCommand(std::string& response) { in SendUnsolicitedCommand() 203 void ChannelMonitor::SendRemoteCommand(ClientId client, std::string& response) { in SendRemoteCommand() 214 void ChannelMonitor::CloseRemoteConnection(ClientId client) { in CloseRemoteConnection() 235 ChannelMonitor::~ChannelMonitor() { in ~ChannelMonitor() 246 void ChannelMonitor::removeInvalidClients( in removeInvalidClients() 259 void ChannelMonitor::MonitorLoop() { in MonitorLoop()
|
D | channel_monitor.h | 77 friend class ChannelMonitor; 90 class ChannelMonitor { 92 ChannelMonitor(ModemSimulator& modem, cuttlefish::SharedFD server); 93 ~ChannelMonitor(); 95 ChannelMonitor(const ChannelMonitor&) = delete; 96 ChannelMonitor& operator=(const ChannelMonitor&) = delete;
|
D | modem_simulator.h | 37 void Initialize(std::unique_ptr<ChannelMonitor>&& channel_monitor); 53 std::unique_ptr<ChannelMonitor> channel_monitor_;
|
D | modem_service.h | 106 ChannelMonitor* channel_monitor, ThreadLooper* thread_looper); 117 ChannelMonitor* channel_monitor_;
|
D | misc_service.h | 26 MiscService(int32_t service_id, ChannelMonitor* channel_monitor,
|
D | stk_service.h | 25 StkService(int32_t service_id, ChannelMonitor* channel_monitor,
|
D | data_service.h | 24 DataService(int32_t service_id, ChannelMonitor* channel_monitor,
|
D | sup_service.h | 24 SupService(int32_t service_id, ChannelMonitor* channel_monitor,
|
D | sms_service.h | 26 SmsService(int32_t service_id, ChannelMonitor* channel_monitor,
|
D | modem_service.cpp | 59 ChannelMonitor* channel_monitor, in ModemService()
|
D | call_service.h | 26 CallService(int32_t service_id, ChannelMonitor* channel_monitor,
|
D | main.cpp | 107 std::make_unique<ChannelMonitor>(*modem_simulator.get(), fd); in ModemSimulatorMain()
|
D | modem_simulator.cpp | 52 std::unique_ptr<ChannelMonitor>&& channel_monitor) { in Initialize()
|
D | misc_service.cpp | 25 MiscService::MiscService(int32_t service_id, ChannelMonitor* channel_monitor, in MiscService()
|
D | stk_service.cpp | 21 StkService::StkService(int32_t service_id, ChannelMonitor* channel_monitor, in StkService()
|
D | sup_service.cpp | 20 SupService::SupService(int32_t service_id, ChannelMonitor* channel_monitor, in SupService()
|
D | network_service.h | 31 NetworkService(int32_t service_id_, ChannelMonitor* channel_monitor,
|
D | sim_service.h | 30 SimService(int32_t service_id, ChannelMonitor* channel_monitor,
|
D | data_service.cpp | 24 DataService::DataService(int32_t service_id, ChannelMonitor* channel_monitor, in DataService()
|
D | sms_service.cpp | 24 SmsService::SmsService(int32_t service_id, ChannelMonitor* channel_monitor, in SmsService()
|
D | call_service.cpp | 28 CallService::CallService(int32_t service_id, ChannelMonitor* channel_monitor, in CallService()
|
D | network_service.cpp | 35 ChannelMonitor* channel_monitor, in NetworkService()
|
D | sim_service.cpp | 286 SimService::SimService(int32_t service_id, ChannelMonitor* channel_monitor, in SimService()
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | service_test.cpp | 90 std::make_unique<ChannelMonitor>(*modem_simulator_, server); in SetUpTestSuite()
|