Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_test.cc292 test_controller_ = new TestController; in SetUp()
295 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
325 TestController* test_controller_ = nullptr; member in bluetooth::hci::__anon08defe190211::LeScanningManagerTest
338 test_controller_->AddSupported(OpCode::LE_EXTENDED_SCAN_PARAMS); in SetUp()
339 test_controller_->AddSupported(OpCode::LE_ADV_FILTER); in SetUp()
340 test_controller_->AddSupported(OpCode::LE_BATCH_SCAN); in SetUp()
341 test_controller_->SetBlePeriodicAdvertisingSyncTransferSenderSupport(true); in SetUp()
360 test_controller_->AddSupported(OpCode::LE_SET_EXTENDED_SCAN_PARAMETERS); in SetUp()
361 test_controller_->AddSupported(OpCode::LE_SET_EXTENDED_SCAN_ENABLE); in SetUp()
362 test_controller_->SetBleExtendedAdvertisingSupport(true); in SetUp()
Dacl_manager_test.cc115 test_controller_ = new TestController; // Ownership is transferred to registry in SetUp()
117 EXPECT_CALL(*test_controller_, GetMacAddress()); in SetUp()
118 EXPECT_CALL(*test_controller_, GetLeFilterAcceptListSize()); in SetUp()
119 EXPECT_CALL(*test_controller_, GetLeResolvingListSize()); in SetUp()
120 EXPECT_CALL(*test_controller_, SupportsBlePrivacy()); in SetUp()
123 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
177 TestController* test_controller_ = nullptr; member in bluetooth::hci::acl_manager::AclManagerNoCallbacksTest
800 for (uint16_t credits = 0; credits < test_controller_->total_acl_buffers_; credits++) { in TEST_F()
812 test_controller_->CompletePackets(handle_, 1); in TEST_F()
1175 test_controller_ = new TestController; in SetUp()
[all …]
Dacl_manager_unittest.cc165 test_controller_ = new TestController; in SetUp()
167 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
187 TestController* test_controller_ = nullptr; member in bluetooth::hci::acl_manager::__anond0d203480111::AclManagerBaseTest
498 test_controller_ = new TestController; in SetUp()
500 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
Dle_advertising_manager_test.cc192 test_controller_ = new TestController; in SetUp()
194 test_controller_->AddSupported(param_opcode_); in SetUp()
196 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
200 test_controller_->num_advertisers_ = num_instances_; in SetUp()
201 test_controller_->vendor_capabilities_.max_advt_instances_ = num_instances_; in SetUp()
202 test_controller_->SetBleExtendedAdvertisingSupport(support_ble_extended_advertising_); in SetUp()
215 TestController* test_controller_ = nullptr; member in bluetooth::hci::__anon463d69880111::LeAdvertisingManagerTest