Searched refs:mock_le_connection_callbacks_ (Results 1 – 1 of 1) sorted by relevance
372 ASSERT_LOG(mock_le_connection_callbacks_.le_connection_promise_ == nullptr, in GetLeConnectionFuture()374 mock_le_connection_callbacks_.le_connection_promise_ = std::make_unique<std::promise<void>>(); in GetLeConnectionFuture()375 return mock_le_connection_callbacks_.le_connection_promise_->get_future(); in GetLeConnectionFuture()383 return mock_le_connection_callbacks_.le_connections_.back(); in GetLastLeConnection()433 } mock_le_connection_callbacks_; member in bluetooth::hci::acl_manager::__anon487aedde0110::AclManagerNoCallbacksTest441 acl_manager_->RegisterLeCallbacks(&mock_le_connection_callbacks_, client_handler_); in SetUp()707 EXPECT_CALL(mock_le_connection_callbacks_, in TEST_F()1331 acl_manager_->RegisterLeCallbacks(&mock_le_connection_callbacks_, client_handler_); in SetUp()1405 acl_manager_->RegisterLeCallbacks(&mock_le_connection_callbacks_, client_handler_); in SetUp()1474 acl_manager_->UnregisterLeCallbacks(&mock_le_connection_callbacks_, std::move(promise)); in TEST_F()[all …]