Home
last modified time | relevance | path

Searched refs:on_registration_complete (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfixed_channel_manager.cc38 …edChannelManager::RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_complete, in RegisterService() argument
42 .on_registration_complete_callback_ = std::move(on_registration_complete), in RegisterService()
Ddynamic_channel_manager.cc46 OnRegistrationCompleteCallback on_registration_complete, in RegisterService() argument
51 .on_registration_complete_callback_ = std::move(on_registration_complete), in RegisterService()
Dfixed_channel_manager.h129 bool RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_complete,
Ddynamic_channel_manager.h127 … const SecurityPolicy& security_policy, OnRegistrationCompleteCallback on_registration_complete,
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfixed_channel_manager.cc38 …edChannelManager::RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_complete, in RegisterService() argument
42 .on_registration_complete_callback_ = std::move(on_registration_complete), in RegisterService()
Ddynamic_channel_manager.cc46 OnRegistrationCompleteCallback on_registration_complete, in RegisterService() argument
50 .on_registration_complete_callback_ = std::move(on_registration_complete), in RegisterService()
Dfixed_channel_manager_mock.h34 (Cid cid, OnRegistrationCompleteCallback on_registration_complete,
Dfixed_channel_manager.h129 virtual bool RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_complete,
Ddynamic_channel_manager.h120 OnRegistrationCompleteCallback on_registration_complete,
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_dynamic_channel_manager.h46 … l2cap::classic::DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete, in RegisterService() argument
49 …psm, configuration_option, security_policy, std::move(on_registration_complete), std::move(on_open… in RegisterService()
Dfuzz_dynamic_channel_manager_impl.h53 … l2cap::classic::DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete, in RegisterService() argument
56 on_registration_complete_ = std::move(on_registration_complete); in RegisterService()