Home
last modified time | relevance | path

Searched refs:AddDevice (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/bta/groups/
Dgroups_test.cc117 DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, 7); in TEST_F()
125 DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, 7); in TEST_F()
126 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
133 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
146 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
147 DeviceGroups::Get()->AddDevice(GetTestAddress(3), Uuid::kEmpty, 7); in TEST_F()
148 DeviceGroups::Get()->AddDevice(GetTestAddress(4), Uuid::kEmpty, 7); in TEST_F()
155 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
156 DeviceGroups::Get()->AddDevice(GetTestAddress(3), Uuid::kEmpty, 7); in TEST_F()
157 DeviceGroups::Get()->AddDevice(GetTestAddress(4), Uuid::kEmpty, 7); in TEST_F()
[all …]
Dgroups.cc106 int AddDevice(const RawAddress& addr, Uuid uuid, int group_id) override { in AddDevice() function in bluetooth::groups::DeviceGroupsImpl
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc175 size_t controller_index = test_model_.AddDevice(controller_); in initialize_impl()
216 test_channel_.AddDevice({"beacon", "be:ac:10:00:00:01", "1000"}); in initialize_impl()
218 test_channel_.AddDevice({"beacon", "be:ac:10:00:00:02", "1000"}); in initialize_impl()
220 test_channel_.AddDevice( in initialize_impl()
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc44 SET_HANDLER("add", AddDevice); in TestCommandHandler()
104 void TestCommandHandler::AddDevice(const vector<std::string>& args) { in AddDevice() function in rootcanal::TestCommandHandler
120 size_t dev_index = model_.AddDevice(new_dev); in AddDevice()
Dtest_model.cc127 PhyDevice::Identifier TestModel::AddDevice(std::shared_ptr<Device> device) { in AddDevice() function in rootcanal::TestModel
181 PhyDevice::Identifier device_id = AddDevice(device); in AddLinkLayerConnection()
210 AddDevice(std::static_pointer_cast<Device>(device)); in AddHciConnection()
Dtest_command_handler.h49 void AddDevice(const std::vector<std::string>& args);
Dtest_model.h75 PhyDevice::Identifier AddDevice(std::shared_ptr<Device> device);
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc254 test_channel_.AddDevice({"beacon", "be:ac:01:55:00:01", "1000"}); in SetUpTestChannel()
256 test_channel_.AddDevice({"beacon", "be:ac:01:55:00:02", "1000"}); in SetUpTestChannel()
/packages/modules/Bluetooth/system/bta/test/common/
Dmock_device_groups.h26 MOCK_METHOD((int), AddDevice,
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc994 g_1->AddDevice(d_1); in TEST_F()
1007 g_1->AddDevice(d_1); in TEST_F()
1019 g_1->AddDevice(d_1); in TEST_F()
1020 g_1->AddDevice(d_2); in TEST_F()
1021 g_1->AddDevice(d_3); in TEST_F()
1093 g_1->AddDevice(d_1); in TEST_F()
1094 g_1->AddDevice(d_2); in TEST_F()
1095 g_1->AddDevice(d_3); in TEST_F()
Dcsis_client.cc185 if (!csis_group->IsDeviceInTheGroup(device)) csis_group->AddDevice(device); in AssignCsisGroup()
1648 dev_groups_->AddDevice(device->addr, csis_instance->GetUuid()); in OnCsisSirkValueUpdate()
1653 dev_groups_->AddDevice(device->addr, csis_instance->GetUuid(), in OnCsisSirkValueUpdate()
1658 csis_group->AddDevice(device); in OnCsisSirkValueUpdate()
Dcsis_types.h341 void AddDevice(std::shared_ptr<CsisDevice> csis_device) { in AddDevice() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_groups.h73 virtual int AddDevice(
/packages/modules/adb/client/
Dusb_osx.cpp103 static void AddDevice(std::unique_ptr<usb_handle> handle) { in AddDevice() function
325 AddDevice(std::move(handle)); in AndroidInterfaceAdded()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc666 DeviceGroups::Get()->AddDevice( in group_add_node()
720 DeviceGroups::Get()->AddDevice( in GroupAddNode()
3087 DeviceGroups::Get()->AddDevice(leAudioDevice->address_, in OnServiceSearchComplete()
Dle_audio_client_test.cc868 AddDevice(_, bluetooth::le_audio::uuid::kCapServiceUuid, _)) in SetUpMockGroups()
4478 EXPECT_CALL(mock_groups_module_, AddDevice(test_address1, _, _)) in TEST_F()
4487 EXPECT_CALL(mock_groups_module_, AddDevice(test_address1, _, group_id0)) in TEST_F()
5317 EXPECT_CALL(mock_groups_module_, AddDevice(test_address1, _, _)) in TEST_F()
5319 EXPECT_CALL(mock_groups_module_, AddDevice(test_address1, _, group_id0)) in TEST_F()