Home
last modified time | relevance | path

Searched refs:GetDevice (Results 1 – 25 of 39) sorted by relevance

12

/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl_test.cc65 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()
Ddynamic_channel_allocator.cc49 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()
Ddynamic_channel_impl.cc35 device_(link->GetDevice()) { in DynamicChannelImpl()
43 hci::Address DynamicChannelImpl::GetDevice() const { in GetDevice() function in bluetooth::l2cap::internal::DynamicChannelImpl
Dilink.h33 virtual hci::AddressWithType GetDevice() = 0;
Dilink_mock.h31 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (override));
Dfixed_channel_allocator_test.cc43 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
Ddynamic_channel_allocator_fuzz_test.cc51 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
Ddynamic_channel_impl.h41 hci::Address GetDevice() const;
/system/bt/gd/l2cap/
Ddynamic_channel.cc24 hci::Address DynamicChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::DynamicChannel
25 return impl_->GetDevice(); in GetDevice()
Ddynamic_channel.h45 hci::Address GetDevice() const;
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc72 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()
Dlink.h49 inline hci::AddressWithType GetDevice() override { in GetDevice() function
112 return GetDevice().ToString(); in ToString()
Dlink_mock.h40 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (override));
Dfixed_channel_impl.h39 hci::AddressWithType GetDevice() const { in GetDevice() function
Dfixed_channel_impl.cc40 : cid_(cid), device_(link->GetDevice()), link_(link), l2cap_handler_(l2cap_handler) { in FixedChannelImpl()
/system/bt/gd/l2cap/classic/
Dfixed_channel.cc25 hci::Address FixedChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::classic::FixedChannel
26 return impl_->GetDevice(); in GetDevice()
Dfixed_channel.h49 hci::Address GetDevice() const;
/system/bt/gd/l2cap/le/
Dfixed_channel.cc25 hci::AddressWithType FixedChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::le::FixedChannel
26 return impl_->GetDevice(); in GetDevice()
Dfixed_channel.h49 hci::AddressWithType GetDevice() const;
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl_test.cc75 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()
Dlink_mock.h41 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (override));
Dfixed_channel_impl.cc32 : cid_(cid), device_(link->GetDevice()), link_(link), l2cap_handler_(l2cap_handler) { in FixedChannelImpl()
Dlink.h50 hci::AddressWithType GetDevice() override { in GetDevice() function
133 return GetDevice().ToString(); in ToString()
Dfixed_channel_impl.h40 hci::Address GetDevice() const { in GetDevice() function
/system/update_engine/
Ddynamic_partition_control_android_unittest.cc83 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 …]

12