/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | fixed_channel_impl_test.cc | 69 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 83 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 108 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 133 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 161 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 185 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 198 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 211 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F() 243 EXPECT_CALL(*mock_acl_connection, GetRemoteAddress()).Times(1); in TEST_F()
|
D | link_manager.cc | 109 hci::AddressWithType connected_address_with_type = acl_connection->GetRemoteAddress(); in OnLeConnectSuccess() 114 ADDRESS_TO_LOGGABLE_CSTR(acl_connection->GetRemoteAddress())); in OnLeConnectSuccess()
|
D | link_manager_test.cc | 127 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 325 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 421 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F() 519 EXPECT_CALL(*acl_connection, GetRemoteAddress()).WillRepeatedly(Return(address_with_type)); in TEST_F()
|
D | link.h | 61 return acl_connection_->GetRemoteAddress(); in GetDevice()
|
D | link.cc | 75 link_manager_->OnDisconnect(GetAclConnection()->GetRemoteAddress()); in OnDisconnection()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | link_security_interface.h | 55 virtual hci::Address GetRemoteAddress() = 0;
|
D | facade.cc | 258 auto remote = link->GetRemoteAddress(); in OnLinkConnected()
|
/packages/modules/Bluetooth/system/gd/security/test/ |
D | fake_security_interface.h | 29 hci::Address GetRemoteAddress() { in GetRemoteAddress() function
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_mock.h | 59 MOCK_METHOD(AddressWithType, GetRemoteAddress, (), (const, override));
|
D | acl_manager_test.cc | 448 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 612 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 639 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 672 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F() 683 ASSERT_EQ(connection_->GetRemoteAddress(), remote_with_type_); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.h | 79 virtual AddressWithType GetRemoteAddress() const { in GetRemoteAddress() function
|
D | le_impl.h | 668 le_acceptlist_callbacks_->OnLeConnectSuccess(connection->GetRemoteAddress()); in OnAdvertisingSetTerminated() 673 connection->GetRemoteAddress(), in OnAdvertisingSetTerminated()
|
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel.cc | 97 auto remote = link->GetRemoteAddress(); in OnLinkConnected()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 708 hci::Address GetRemoteAddress() const { return connection_->GetAddress(); } in GetRemoteAddress() function in ClassicShimAclConnection 870 return connection_->GetRemoteAddress(); in GetRemoteAddressWithType() 1095 auto remote_address = connection->second->GetRemoteAddress(); in disconnect_classic() 1453 connection.second->GetRemoteAddress(), in CheckForOrphanedAclConnections() 1538 pimpl_->handle_to_classic_connection_map_[handle]->GetRemoteAddress(); in OnClassicLinkDisconnected()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.cc | 204 hci::Address GetRemoteAddress() override { in GetRemoteAddress() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 288 log::info("handle={}, addr={}", connection->GetHandle(), connection->GetRemoteAddress()); in on_incoming_acl()
|