/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl_test.cc | 67 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 81 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 106 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 131 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 159 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 183 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 196 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 209 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 241 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F()
|
D | link_manager.cc | 107 hci::AddressWithType connected_address_with_type = acl_connection->GetRemoteAddress(); in OnLeConnectSuccess() 109 acl_connection->GetRemoteAddress().ToString().c_str()); in OnLeConnectSuccess()
|
D | link.h | 54 return acl_connection_->GetRemoteAddress(); in GetDevice()
|
D | link_manager_test.cc | 123 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 300 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 385 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 472 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F()
|
D | link.cc | 64 link_manager_->OnDisconnect(GetAclConnection()->GetRemoteAddress()); in OnDisconnection()
|
/system/bt/gd/l2cap/classic/ |
D | link_security_interface.h | 54 virtual hci::Address GetRemoteAddress() = 0;
|
/system/bt/gd/security/test/ |
D | fake_security_interface.h | 29 hci::Address GetRemoteAddress() { in GetRemoteAddress() function
|
/system/bt/gd/hci/acl_manager/ |
D | le_acl_connection.h | 41 virtual AddressWithType GetRemoteAddress() const { in GetRemoteAddress() function
|
/system/bt/gd/hci/ |
D | acl_manager_mock.h | 56 MOCK_METHOD(AddressWithType, GetRemoteAddress, (), (const, override));
|
D | acl_manager_test.cc | 645 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 716 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 743 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 767 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 777 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F()
|
/system/bt/gd/security/channel/ |
D | security_manager_channel.cc | 91 link_map_.emplace(link->GetRemoteAddress(), std::move(link)); in OnLinkConnected()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.cc | 176 hci::Address GetRemoteAddress() override { in GetRemoteAddress() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl
|
/system/bt/gd/shim/ |
D | l2cap.cc | 169 hci::Address GetRemoteAddress() const { in GetRemoteAddress() function in bluetooth::shim::ConnectionInterface 212 hci::Address address = cid_to_interface_map_[cid]->GetRemoteAddress(); in ConnectionOpened()
|