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.cpp27 : command_prefix(command), in CommandHandler()
32 : command_prefix(command), in CommandHandler()
39 result = command.compare(2, command_prefix.size(), command_prefix); // skip "AT" in Compare()
41 result = command.compare(2, command.size(), command_prefix); in Compare()
Dmodem_service.h56 std::string command_prefix; variable