Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp50 : command_prefix(command), in CommandHandler()
55 : command_prefix(command), in CommandHandler()
62 result = command.compare(2, command_prefix.size(), command_prefix); // skip "AT" in Compare()
64 result = command.compare(2, command.size(), command_prefix); in Compare()
Dmodem_service.h57 std::string command_prefix; variable