Searched refs:SendCommand (Results 1 – 3 of 3) sorted by relevance
101 void SendCommand(std::string command, std::string prefix = "") { in SendCommand() function in ModemServiceTest195 SendCommand(command); in openLogicalChannel()205 SendCommand(command); in closeLogicalChannel()240 SendCommand(command, "+CPIN:"); in TEST_F()255 SendCommand(*iter); in TEST_F()273 SendCommand(*iter); in TEST_F()284 SendCommand(command); in TEST_F()294 SendCommand(command); in TEST_F()317 SendCommand(*iter); in TEST_F()354 SendCommand(command); in TEST_F()[all …]
305 void SendCommand(std::string command, cuttlefish::SharedFD source_out, in SendCommand() function in GnssGrpcProxyServiceImpl343 SendCommand(CMD_GET_RAWMEASUREMENT, gnss_out_, FLAGS_gnss_out_fd); in ReadMeasurementLoop()351 SendCommand(CMD_GET_LOCATION, fixed_location_out_, in ReadFixedLocLoop()
45 mComponent->SendCommand = SendCommandWrapper; in GoldfishOMXComponent()