/packages/modules/Bluetooth/system/bta/groups/ |
D | groups_test.cc | 117 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 …]
|
D | groups.cc | 106 int AddDevice(const RawAddress& addr, Uuid uuid, int group_id) override { in AddDevice() function in bluetooth::groups::DeviceGroupsImpl
|
/packages/modules/Bluetooth/tools/rootcanal/hal/ |
D | bluetooth_hci.cc | 175 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/ |
D | test_command_handler.cc | 44 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()
|
D | test_model.cc | 127 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()
|
D | test_command_handler.h | 49 void AddDevice(const std::vector<std::string>& args);
|
D | test_model.h | 75 PhyDevice::Identifier AddDevice(std::shared_ptr<Device> device);
|
/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | test_environment.cc | 254 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/ |
D | mock_device_groups.h | 26 MOCK_METHOD((int), AddDevice,
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 994 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()
|
D | csis_client.cc | 185 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()
|
D | csis_types.h | 341 void AddDevice(std::shared_ptr<CsisDevice> csis_device) { in AddDevice() function
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_groups.h | 73 virtual int AddDevice(
|
/packages/modules/adb/client/ |
D | usb_osx.cpp | 103 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/ |
D | client.cc | 666 DeviceGroups::Get()->AddDevice( in group_add_node() 720 DeviceGroups::Get()->AddDevice( in GroupAddNode() 3087 DeviceGroups::Get()->AddDevice(leAudioDevice->address_, in OnServiceSearchComplete()
|
D | le_audio_client_test.cc | 868 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()
|