Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.h41 using p_func = std::function<void(const Client&, std::string&)>; // Partial match variable
46 CommandHandler(const std::string& command, p_func handler);
60 std::optional<p_func> p_command_handler;
Dmodem_service.cpp56 CommandHandler::CommandHandler(const std::string& command, p_func handler) in CommandHandler()