Home
last modified time | relevance | path

Searched refs:command_handlers_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp62 command_handlers_(command_handlers), in ModemService()
68 for (auto& handler : command_handlers_) { in HandleModemCommand()
Dmodem_service.h115 const std::vector<CommandHandler> command_handlers_; variable