Home
last modified time | relevance | path

Searched refs:GetRemoteAddress (Results 1 – 13 of 13) 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()
109 acl_connection->GetRemoteAddress().ToString().c_str()); in OnLeConnectSuccess()
Dlink.h54 return acl_connection_->GetRemoteAddress(); in GetDevice()
Dlink_manager_test.cc123 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()
Dlink.cc64 link_manager_->OnDisconnect(GetAclConnection()->GetRemoteAddress()); in OnDisconnection()
/system/bt/gd/l2cap/classic/
Dlink_security_interface.h54 virtual hci::Address GetRemoteAddress() = 0;
/system/bt/gd/security/test/
Dfake_security_interface.h29 hci::Address GetRemoteAddress() { in GetRemoteAddress() function
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.h41 virtual AddressWithType GetRemoteAddress() const { in GetRemoteAddress() function
/system/bt/gd/hci/
Dacl_manager_mock.h56 MOCK_METHOD(AddressWithType, GetRemoteAddress, (), (const, override));
Dacl_manager_test.cc645 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/
Dsecurity_manager_channel.cc91 link_map_.emplace(link->GetRemoteAddress(), std::move(link)); in OnLinkConnected()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc176 hci::Address GetRemoteAddress() override { in GetRemoteAddress() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl
/system/bt/gd/shim/
Dl2cap.cc169 hci::Address GetRemoteAddress() const { in GetRemoteAddress() function in bluetooth::shim::ConnectionInterface
212 hci::Address address = cid_to_interface_map_[cid]->GetRemoteAddress(); in ConnectionOpened()