/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() 110 acl_connection->GetRemoteAddress().ToString().c_str()); in OnLeConnectSuccess()
|
D | link_manager_test.cc | 127 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 323 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 419 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 517 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F()
|
D | link.h | 55 return acl_connection_->GetRemoteAddress(); in GetDevice()
|
D | link.cc | 64 link_manager_->OnDisconnect(GetAclConnection()->GetRemoteAddress()); in OnDisconnection()
|
/system/bt/gd/l2cap/classic/ |
D | link_security_interface.h | 55 virtual hci::Address GetRemoteAddress() = 0;
|
D | facade.cc | 223 auto remote = link->GetRemoteAddress(); in OnLinkConnected()
|
/system/bt/gd/hci/acl_manager/ |
D | le_acl_connection.h | 49 virtual AddressWithType GetRemoteAddress() const { in GetRemoteAddress() function
|
/system/bt/gd/security/test/ |
D | fake_security_interface.h | 29 hci::Address GetRemoteAddress() { in GetRemoteAddress() function
|
/system/bt/gd/hci/ |
D | acl_manager_mock.h | 59 MOCK_METHOD(AddressWithType, GetRemoteAddress, (), (const, override));
|
D | acl_manager_test.cc | 683 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 831 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 858 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 885 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 895 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F()
|
/system/bt/gd/security/channel/ |
D | security_manager_channel.cc | 96 auto remote = link->GetRemoteAddress(); in OnLinkConnected()
|
/system/bt/main/shim/ |
D | acl.cc | 551 hci::Address GetRemoteAddress() const { return connection_->GetAddress(); } in GetRemoteAddress() function in ClassicShimAclConnection 657 return connection_->GetRemoteAddress(); in GetRemoteAddressWithType() 790 auto remote_address = connection->second->GetRemoteAddress(); in disconnect_classic() 1081 PRIVATE_ADDRESS(connection.second->GetRemoteAddress()), in CheckForOrphanedAclConnections() 1161 pimpl_->handle_to_classic_connection_map_[handle]->GetRemoteAddress(); in OnClassicLinkDisconnected()
|
D | l2c_api.cc | 473 auto bda = bluetooth::ToRawAddress(interface->GetRemoteAddress()); in OnLinkConnected()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.cc | 202 hci::Address GetRemoteAddress() override { in GetRemoteAddress() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl
|