Home
last modified time | relevance | path

Searched refs:GetRemoteAddress (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc69 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()
Dlink_manager.cc109 hci::AddressWithType connected_address_with_type = acl_connection->GetRemoteAddress(); in OnLeConnectSuccess()
114 ADDRESS_TO_LOGGABLE_CSTR(acl_connection->GetRemoteAddress())); in OnLeConnectSuccess()
Dlink_manager_test.cc127 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()
Dlink.h61 return acl_connection_->GetRemoteAddress(); in GetDevice()
Dlink.cc75 link_manager_->OnDisconnect(GetAclConnection()->GetRemoteAddress()); in OnDisconnection()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_security_interface.h55 virtual hci::Address GetRemoteAddress() = 0;
Dfacade.cc258 auto remote = link->GetRemoteAddress(); in OnLinkConnected()
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_security_interface.h29 hci::Address GetRemoteAddress() { in GetRemoteAddress() function
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_mock.h59 MOCK_METHOD(AddressWithType, GetRemoteAddress, (), (const, override));
Dacl_manager_test.cc448 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/
Dle_acl_connection.h79 virtual AddressWithType GetRemoteAddress() const { in GetRemoteAddress() function
Dle_impl.h668 le_acceptlist_callbacks_->OnLeConnectSuccess(connection->GetRemoteAddress()); in OnAdvertisingSetTerminated()
673 connection->GetRemoteAddress(), in OnAdvertisingSetTerminated()
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.cc97 auto remote = link->GetRemoteAddress(); in OnLinkConnected()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc708 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/
Dlink_manager.cc204 hci::Address GetRemoteAddress() override { in GetRemoteAddress() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc288 log::info("handle={}, addr={}", connection->GetHandle(), connection->GetRemoteAddress()); in on_incoming_acl()