Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.h39 void HandleSIMStatusReq(const Client& client);
Dsim_service.cpp295 [this](const Client& client) { this->HandleSIMStatusReq(client); }), in InitializeCommandHandlers()
811 void SimService::HandleSIMStatusReq(const Client& client) { in HandleSIMStatusReq() function in cuttlefish::SimService