/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_impl_test.cc | 65 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 68 EXPECT_EQ(device.GetAddress(), dynamic_channel_impl.GetDevice()); in TEST_F() 75 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 97 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 119 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 144 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F()
|
D | dynamic_channel_allocator.cc | 49 link_->GetDevice().ToString().c_str()); in AllocateChannel() 68 link_->GetDevice().ToString().c_str()); in AllocateReservedChannel() 91 … LOG_INFO("Channel is not in use: psm %d, device %s", cid, link_->GetDevice().ToString().c_str()); in FreeChannel()
|
D | dynamic_channel_impl.cc | 35 device_(link->GetDevice()) { in DynamicChannelImpl() 43 hci::Address DynamicChannelImpl::GetDevice() const { in GetDevice() function in bluetooth::l2cap::internal::DynamicChannelImpl
|
D | ilink.h | 33 virtual hci::AddressWithType GetDevice() = 0;
|
D | ilink_mock.h | 31 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (override));
|
D | fixed_channel_allocator_test.cc | 43 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
|
D | dynamic_channel_allocator_fuzz_test.cc | 51 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
|
D | dynamic_channel_impl.h | 41 hci::Address GetDevice() const;
|
/system/bt/gd/l2cap/ |
D | dynamic_channel.cc | 24 hci::Address DynamicChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::DynamicChannel 25 return impl_->GetDevice(); in GetDevice()
|
D | dynamic_channel.h | 45 hci::Address GetDevice() const;
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl_test.cc | 72 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 75 EXPECT_EQ(device, fixed_channel_impl.GetDevice()); in TEST_F() 87 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 113 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 139 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 168 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 193 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 207 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 221 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 254 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F()
|
D | link.h | 49 inline hci::AddressWithType GetDevice() override { in GetDevice() function 112 return GetDevice().ToString(); in ToString()
|
D | link_mock.h | 40 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (override));
|
D | fixed_channel_impl.h | 39 hci::AddressWithType GetDevice() const { in GetDevice() function
|
D | fixed_channel_impl.cc | 40 : cid_(cid), device_(link->GetDevice()), link_(link), l2cap_handler_(l2cap_handler) { in FixedChannelImpl()
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel.cc | 25 hci::Address FixedChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::classic::FixedChannel 26 return impl_->GetDevice(); in GetDevice()
|
D | fixed_channel.h | 49 hci::Address GetDevice() const;
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel.cc | 25 hci::AddressWithType FixedChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::le::FixedChannel 26 return impl_->GetDevice(); in GetDevice()
|
D | fixed_channel.h | 49 hci::AddressWithType GetDevice() const;
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_test.cc | 75 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 77 EXPECT_EQ(device.GetAddress(), fixed_channel_impl.GetDevice()); in TEST_F() 93 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 123 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 154 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 188 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 218 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 237 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 257 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 296 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F()
|
D | link_mock.h | 41 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (override));
|
D | fixed_channel_impl.cc | 32 : cid_(cid), device_(link->GetDevice()), link_(link), l2cap_handler_(l2cap_handler) { in FixedChannelImpl()
|
D | link.h | 50 hci::AddressWithType GetDevice() override { in GetDevice() function 133 return GetDevice().ToString(); in ToString()
|
D | fixed_channel_impl.h | 40 hci::Address GetDevice() const { in GetDevice() function
|
/system/update_engine/ |
D | dynamic_partition_control_android_unittest.cc | 83 return GetDevice(dynamicControl().GetSuperPartitionName(slot)); in GetSuperDevice() 320 DeviceExists(AnyOf(GetDevice(S("bar")), in TEST_P() 321 GetDevice(T("bar")), in TEST_P() 322 GetDevice(S("system")), in TEST_P() 323 GetDevice(T("system"))))) in TEST_P() 351 EXPECT_EQ(GetDevice(T("system")), system_device); in TEST_P() 358 EXPECT_EQ(GetDevice(S("bar")), bar_device); in TEST_P() 363 EXPECT_EQ(GetDevice(T("bar")), bar_device); in TEST_P() 370 DeviceExists(AnyOf(GetDevice(S("bar")), GetDevice(T("bar"))))) in TEST_P() 423 EXPECT_EQ(GetDevice(S("bar")), bar_device); in TEST_P() [all …]
|