• Home
  • Raw
  • Download

Lines Matching refs:remote

327     Address::FromString("A1:A2:A3:A4:A5:A6", remote);  in SetUp()
361 Address remote; member in bluetooth::hci::acl_manager::__anona7edb2590111::AclManagerNoCallbacksTest
451 acl_manager_->CreateConnection(remote); in SetUp()
463 …ConnectionCompleteBuilder::Create(ErrorCode::SUCCESS, handle_, remote, LinkType::ACL, Enable::DISA… in SetUp()
539 ConnectionRequestBuilder::Create(remote, class_of_device, ConnectionRequestLinkType::ACL)); in TEST_F()
553 acl_manager_->CreateConnection(remote); in TEST_F()
564 …ConnectionCompleteBuilder::Create(ErrorCode::SUCCESS, handle, remote, LinkType::ACL, Enable::DISAB… in TEST_F()
570 ASSERT_EQ(connection->GetAddress(), remote); in TEST_F()
577 acl_manager_->CreateConnection(remote); in TEST_F()
585 EXPECT_CALL(mock_connection_callback_, OnConnectFail(remote, ErrorCode::PAGE_TIMEOUT)); in TEST_F()
587 …ConnectionCompleteBuilder::Create(ErrorCode::PAGE_TIMEOUT, handle, remote, LinkType::ACL, Enable::… in TEST_F()
598 remote_with_type_ = AddressWithType(remote, AddressType::PUBLIC_DEVICE_ADDRESS); in SetUp()
613 ASSERT_EQ(command_view.GetPeerAddress(), remote); in SetUp()
626 remote, in SetUp()
687 AddressWithType remote_with_type(remote, AddressType::PUBLIC_DEVICE_ADDRESS); in TEST_F()
701 ASSERT_EQ(command_view.GetPeerAddress(), remote); in TEST_F()
714 remote, in TEST_F()
729 AddressWithType remote_with_type(remote, AddressType::PUBLIC_DEVICE_ADDRESS); in TEST_F()
751 remote, in TEST_F()
767 AddressWithType remote_with_type(remote, AddressType::PUBLIC_DEVICE_ADDRESS); in TEST_F()
786 remote, in TEST_F()
799 AddressWithType remote_with_type(remote, AddressType::PUBLIC_DEVICE_ADDRESS); in TEST_F()
818 remote, in TEST_F()
1325 Address::FromString("A1:A2:A3:A4:A5:A6", remote); in SetUp()
1346 auto remote_with_type_ = AddressWithType(remote, AddressType::PUBLIC_DEVICE_ADDRESS); in TEST_F()
1384 remote, in TEST_F()
1415 acl_manager_->CreateConnection(remote); in TEST_F()
1427 …ConnectionCompleteBuilder::Create(ErrorCode::SUCCESS, handle_, remote, LinkType::ACL, Enable::DISA… in TEST_F()
1444 ConnectionRequestBuilder::Create(remote, class_of_device, ConnectionRequestLinkType::ACL)); in TEST_F()
1452 AddressWithType remote_with_type(remote, AddressType::PUBLIC_DEVICE_ADDRESS); in TEST_F()
1467 ASSERT_EQ(command_view.GetPeerAddress(), remote); in TEST_F()
1483 remote, in TEST_F()
1494 AddressWithType remote_with_type(remote, AddressType::PUBLIC_DEVICE_ADDRESS); in TEST_F()
1509 ASSERT_EQ(command_view.GetPeerAddress(), remote); in TEST_F()
1525 remote, in TEST_F()
1540 EXPECT_CALL(mock_connection_callback_, HACK_OnScoConnectRequest(remote, class_of_device)); in TEST_F()
1543 ConnectionRequestBuilder::Create(remote, class_of_device, ConnectionRequestLinkType::SCO)); in TEST_F()
1552 EXPECT_CALL(mock_connection_callback_, HACK_OnEscoConnectRequest(remote, class_of_device)); in TEST_F()
1555 ConnectionRequestBuilder::Create(remote, class_of_device, ConnectionRequestLinkType::ESCO)); in TEST_F()