Home
last modified time | relevance | path

Searched defs:ControllerTest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc288 class ControllerTest : public ::testing::Test { class
385 TEST_F(ControllerTest, startup_teardown) {} in TEST_F() argument
387 TEST_F(ControllerTest, read_controller_info) { in TEST_F() argument
412 TEST_F(ControllerTest, read_write_local_name) { in TEST_F() argument
418 TEST_F(ControllerTest, send_set_event_mask_command) { in TEST_F() argument
427 TEST_F(ControllerTest, send_reset_command) { in TEST_F() argument
434 TEST_F(ControllerTest, send_set_event_filter_command) { in TEST_F() argument
469 TEST_F(ControllerTest, send_host_buffer_size_command) { in TEST_F() argument
480 TEST_F(ControllerTest, send_le_set_event_mask_command) { in TEST_F() argument
489 TEST_F(ControllerTest, is_supported_test) { in TEST_F() argument
[all …]
/aosp_15_r20/external/openscreen/osp/impl/presentation/
H A Dpresentation_controller_unittest.cc76 class ControllerTest : public ::testing::Test { class
78 ControllerTest() { in ControllerTest() function in openscreen::osp::ControllerTest
307 TEST_F(ControllerTest, ReceiverWatchMoves) { in TEST_F() argument
323 TEST_F(ControllerTest, ConnectRequestMoves) { in TEST_F() argument
340 TEST_F(ControllerTest, ReceiverAvailable) { in TEST_F() argument
361 TEST_F(ControllerTest, ReceiverWatchCancel) { in TEST_F() argument
392 TEST_F(ControllerTest, StartPresentation) { in TEST_F() argument
399 TEST_F(ControllerTest, TerminatePresentationFromController) { in TEST_F() argument
435 TEST_F(ControllerTest, TerminatePresentationFromReceiver) { in TEST_F() argument
451 TEST_F(ControllerTest, CloseConnection) { in TEST_F() argument
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dcontroller_test.py27 class ControllerTest(gd_base_test.GdBaseTestClass): class
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dcontroller_test.h57 ControllerTest(pw::async::Dispatcher& dispatcher) : dispatcher_(dispatcher) {} in ControllerTest() function
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py236 class ControllerTest(unittest.IsolatedAsyncioTestCase): class