Home
last modified time | relevance | path

Searched refs:HandleCommandDefaultSupported (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dmisc_service.cpp33 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
37 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
41 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
45 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
49 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
53 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
57 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
61 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
Ddata_service.cpp51 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
55 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
59 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
67 this->HandleCommandDefaultSupported(client); in InitializeCommandHandlers()
Dmodem_service.h101 void HandleCommandDefaultSupported(const Client& client);
Dmodem_service.cpp101 void ModemService::HandleCommandDefaultSupported(const Client& client) { in HandleCommandDefaultSupported() function in cuttlefish::ModemService