Searched refs:OnFlushOccurred (Results 1 – 8 of 8) sorted by relevance
57 virtual void OnFlushOccurred() = 0;
98 void OnFlushOccurred() override { in OnFlushOccurred() function in bluetooth::hci::acl_manager::AclConnectionTracker99 SAVE_OR_CALL(OnFlushOccurred) in OnFlushOccurred()
578 callbacks->OnFlushOccurred(); in on_flush_occurred()
171 void OnFlushOccurred() override;
387 void Link::OnFlushOccurred() { in OnFlushOccurred() function in bluetooth::l2cap::classic::internal::Link
476 void OnFlushOccurred() override { in OnFlushOccurred() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
510 MOCK_METHOD0(OnFlushOccurred, void());1111 EXPECT_CALL(mock_connection_management_callbacks_, OnFlushOccurred()); in TEST_F()
451 void OnFlushOccurred() override { LOG_INFO("UNIMPLEMENTED"); } in OnFlushOccurred() function in ClassicShimAclConnection