Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc67 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()
Dlink_manager.cc107 hci::AddressWithType connected_address_with_type = acl_connection->GetRemoteAddress(); in OnLeConnectSuccess()
110 acl_connection->GetRemoteAddress().ToString().c_str()); in OnLeConnectSuccess()
Dlink_manager_test.cc127 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()
Dlink.h55 return acl_connection_->GetRemoteAddress(); in GetDevice()
Dlink.cc64 link_manager_->OnDisconnect(GetAclConnection()->GetRemoteAddress()); in OnDisconnection()
/system/bt/gd/l2cap/classic/
Dlink_security_interface.h55 virtual hci::Address GetRemoteAddress() = 0;
Dfacade.cc223 auto remote = link->GetRemoteAddress(); in OnLinkConnected()
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.h49 virtual AddressWithType GetRemoteAddress() const { in GetRemoteAddress() function
/system/bt/gd/security/test/
Dfake_security_interface.h29 hci::Address GetRemoteAddress() { in GetRemoteAddress() function
/system/bt/gd/hci/
Dacl_manager_mock.h59 MOCK_METHOD(AddressWithType, GetRemoteAddress, (), (const, override));
Dacl_manager_test.cc683 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/
Dsecurity_manager_channel.cc96 auto remote = link->GetRemoteAddress(); in OnLinkConnected()
/system/bt/main/shim/
Dacl.cc551 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()
Dl2c_api.cc473 auto bda = bluetooth::ToRawAddress(interface->GetRemoteAddress()); in OnLinkConnected()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc202 hci::Address GetRemoteAddress() override { in GetRemoteAddress() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl