Home
last modified time | relevance | path

Searched refs:le_connections_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc147 le_connections_.push_back(std::move(connection)); in OnLeConnectSuccess()
156 std::deque<std::shared_ptr<LeAclConnection>> le_connections_; member in bluetooth::hci::acl_manager::__anond0d203480111::MockLeConnectionCallbacks
268 mock_le_connection_callbacks_.le_connections_.clear(); in TearDown()
294 return mock_le_connection_callbacks_.le_connections_.back(); in GetLastLeConnection()
298 return mock_le_connection_callbacks_.le_connections_.size(); in NumberOfLeConnections()
Dacl_manager_test.cc164 le_connections_.clear(); in TearDown()
202 return le_connections_.back(); in GetLastLeConnection()
233 std::list<std::shared_ptr<LeAclConnection>> le_connections_; member in bluetooth::hci::acl_manager::AclManagerNoCallbacksTest
279 le_connections_.clear(); in TearDown()
385 le_connections_.push_back(std::move(connection)); in SetUp()
422 le_connections_.clear(); in TearDown()
547 le_connections_.push_back(std::move(connection)); in TEST_F()
588 le_connections_.push_back(std::move(connection)); in TEST_F()