Searched refs:OnDisconnect (Results 1 – 10 of 10) sorted by relevance
/system/connectivity/wificond/net/ |
D | mlme_event_handler.h | 36 virtual void OnDisconnect(std::unique_ptr<MlmeDisconnectEvent> event) = 0;
|
D | netlink_manager.cpp | 634 handler->second->OnDisconnect(std::move(event)); in OnMlmeEvent()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 111 …common::BindOnce(&LinkManager::OnDisconnect, common::Unretained(this), connected_address_with_type… in OnLeConnectSuccess() 158 void LinkManager::OnDisconnect(hci::AddressWithType address_with_type, hci::ErrorCode status) { in OnDisconnect() function in bluetooth::l2cap::le::internal::LinkManager
|
D | link_manager.h | 63 void OnDisconnect(hci::AddressWithType address_with_type, hci::ErrorCode status);
|
D | link_manager_test.cc | 182 le_link_manager.OnDisconnect(address_with_type, hci::ErrorCode::SUCCESS); in TEST_F() 339 …le_link_manager.OnDisconnect(address_with_type, hci::ErrorCode::CONNECTION_TERMINATED_BY_LOCAL_HOS… in TEST_F() 423 …le_link_manager.OnDisconnect(address_with_type, hci::ErrorCode::CONNECTION_TERMINATED_BY_LOCAL_HOS… in TEST_F() 512 …le_link_manager.OnDisconnect(address_with_type, hci::ErrorCode::CONNECTION_TERMINATED_BY_LOCAL_HOS… in TEST_F()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.h | 64 void OnDisconnect(hci::Address device, hci::ErrorCode status);
|
D | link_manager.cc | 135 … common::BindOnce(&LinkManager::OnDisconnect, common::Unretained(this), device), l2cap_handler_); in OnConnectSuccess() 201 void LinkManager::OnDisconnect(hci::Address device, hci::ErrorCode status) { in OnDisconnect() function in bluetooth::l2cap::classic::internal::LinkManager
|
D | link_manager_test.cc | 179 classic_link_manager.OnDisconnect(device, hci::ErrorCode::SUCCESS); in TEST_F() 335 classic_link_manager.OnDisconnect(device, hci::ErrorCode::CONNECTION_TERMINATED_BY_LOCAL_HOST); in TEST_F() 420 classic_link_manager.OnDisconnect(device, hci::ErrorCode::CONNECTION_TERMINATED_BY_LOCAL_HOST); in TEST_F() 510 classic_link_manager.OnDisconnect(device, hci::ErrorCode::CONNECTION_TERMINATED_BY_LOCAL_HOST); in TEST_F()
|
/system/connectivity/wificond/ |
D | client_interface_impl.h | 49 void OnDisconnect(std::unique_ptr<MlmeDisconnectEvent> event) override;
|
D | client_interface_impl.cpp | 89 void MlmeEventHandlerImpl::OnDisconnect(unique_ptr<MlmeDisconnectEvent> event) { in OnDisconnect() function in android::wificond::MlmeEventHandlerImpl
|