Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp102 command_prefix_ = prefix; in SendCommand()
183 if (response.compare(0, command_prefix_.size(), command_prefix_) == 0) { in IsIntermediateResponse()
226 std::string command_prefix_; member in ModemServiceTest