Home | History | Annotate | Download | only in trunks

Lines Matching refs:expected_command

94   std::string expected_command(
106 EXPECT_CALL(transceiver, SendCommandAndWait(expected_command))
117 std::string expected_command(
129 EXPECT_CALL(transceiver, SendCommandAndWait(expected_command))
200 std::string expected_command = command_tag + handle_in + auth_size + auth_in +
207 EXPECT_CALL(transceiver, SendCommandAndWait(expected_command))
328 std::string expected_command(
340 EXPECT_CALL(transceiver, SendCommand(expected_command, _))
356 std::string expected_command(
368 EXPECT_CALL(transceiver, SendCommand(expected_command, _))
406 std::string expected_command(
414 expected_command += auth_in + user_data + scheme;
424 EXPECT_CALL(transceiver, SendCommand(expected_command, _))