Lines Matching refs:BluetoothAidlTest

156 class BluetoothAidlTest : public ::testing::TestWithParam<std::string> {  class
242 BluetoothAidlTest& parent_;
245 explicit BluetoothHciCallbacks(BluetoothAidlTest& parent) in BluetoothHciCallbacks()
400 void BluetoothAidlTest::handle_no_ops() { in handle_no_ops()
425 void BluetoothAidlTest::discard_qca_debugging() { in discard_qca_debugging()
442 void BluetoothAidlTest::wait_for_event(bool timeout_is_error = true) { in wait_for_event()
459 void BluetoothAidlTest::wait_for_command_complete_event( in wait_for_command_complete_event()
473 void BluetoothAidlTest::wait_and_validate_command_complete_event( in wait_and_validate_command_complete_event()
481 void BluetoothAidlTest::setBufferSizes() { in setBufferSizes()
511 void BluetoothAidlTest::setSynchronousFlowControlEnable() { in setSynchronousFlowControlEnable()
524 void BluetoothAidlTest::sendAndCheckHci(int num_packets) { in sendAndCheckHci()
568 void BluetoothAidlTest::sendAndCheckSco(int num_packets, size_t size, in sendAndCheckSco()
600 void BluetoothAidlTest::sendAndCheckAcl(int num_packets, size_t size, in sendAndCheckAcl()
629 int BluetoothAidlTest::wait_for_completed_packets_event(uint16_t handle) { in wait_for_completed_packets_event()
659 void BluetoothAidlTest::enterLoopbackMode() { in enterLoopbackMode()
714 void BluetoothAidlTest::send_and_wait_for_cmd_complete( in send_and_wait_for_cmd_complete()
729 void BluetoothAidlTest::reassemble_sco_loopback_pkt(std::vector<uint8_t>& scoPackets, in reassemble_sco_loopback_pkt()
745 TEST_P(BluetoothAidlTest, InitializeAndClose) {} in TEST_P() argument
748 TEST_P(BluetoothAidlTest, HciReset) { in TEST_P() argument
758 TEST_P(BluetoothAidlTest, HciVersionTest) { in TEST_P() argument
782 TEST_P(BluetoothAidlTest, HciUnknownCommand) { in TEST_P() argument
822 TEST_P(BluetoothAidlTest, WriteLoopbackMode) { enterLoopbackMode(); } in TEST_P() argument
825 TEST_P(BluetoothAidlTest, LoopbackModeSingleCommand) { in TEST_P() argument
834 TEST_P(BluetoothAidlTest, LoopbackModeSingleSco) { in TEST_P() argument
854 TEST_P(BluetoothAidlTest, LoopbackModeSingleAcl) { in TEST_P() argument
875 TEST_P(BluetoothAidlTest, LoopbackModeCommandBandwidth) { in TEST_P() argument
884 TEST_P(BluetoothAidlTest, LoopbackModeScoBandwidth) { in TEST_P() argument
905 TEST_P(BluetoothAidlTest, LoopbackModeAclBandwidth) { in TEST_P() argument
925 TEST_P(BluetoothAidlTest, SetEventMask) { in TEST_P() argument
936 TEST_P(BluetoothAidlTest, SetLeEventMask) { in TEST_P() argument
947 TEST_P(BluetoothAidlTest, CallInitializeTwice) { in TEST_P() argument
992 TEST_P(BluetoothAidlTest, Vsr_Bluetooth5Requirements) { in TEST_P() argument
1063 TEST_P(BluetoothAidlTest, Vsr_Bluetooth4_2Requirements) { in TEST_P() argument
1103 TEST_P(BluetoothAidlTest, Vsr_BlE_Connection_Requirement) { in TEST_P() argument
1129 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothAidlTest);
1130 INSTANTIATE_TEST_SUITE_P(PerInstance, BluetoothAidlTest,