Searched refs:FixedChannelService (Results 1 – 19 of 19) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | fixed_channel_service.h | 32 class FixedChannelService { 34 FixedChannelService() = default; 35 FixedChannelService(const FixedChannelService&) = delete; 36 FixedChannelService& operator=(const FixedChannelService&) = delete; 51 …FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService() function
|
D | fixed_channel_service.cc | 24 void FixedChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unregi… in Unregister()
|
D | fixed_channel_manager.h | 73 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
|
D | facade.cc | 335 std::unique_ptr<FixedChannelService> service) { in on_l2cap_service_registration_complete() 417 std::unique_ptr<FixedChannelService> service_;
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | fixed_channel_service.h | 32 class FixedChannelService { 34 FixedChannelService() = default; 35 FixedChannelService(const FixedChannelService&) = delete; 36 FixedChannelService& operator=(const FixedChannelService&) = delete; 51 …FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService() function
|
D | fixed_channel_service_mock.h | 28 class MockFixedChannelService : public FixedChannelService { 30 MockFixedChannelService() : FixedChannelService(){}; in MockFixedChannelService()
|
D | fixed_channel_service.cc | 25 void FixedChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unregi… in Unregister()
|
D | fixed_channel_manager.h | 75 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | fixed_channel_service_manager_impl.cc | 34 std::unique_ptr<FixedChannelService> invalid_service(new FixedChannelService()); in Register() 39 std::unique_ptr<FixedChannelService> invalid_service(new FixedChannelService()); in Register() 47 …std::unique_ptr<FixedChannelService> user_service(new FixedChannelService(cid, this, l2cap_layer_h… in Register() 54 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister()
|
D | fixed_channel_service_manager_impl_mock.h | 34 …MOCK_METHOD(void, Unregister, (Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::…
|
D | fixed_channel_service_manager_impl.h | 40 …virtual void Unregister(Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::Handler…
|
D | fixed_channel_service_manager_test.cc | 40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | fixed_channel_service_manager_impl.cc | 34 std::unique_ptr<FixedChannelService> invalid_service(new FixedChannelService()); in Register() 39 std::unique_ptr<FixedChannelService> invalid_service(new FixedChannelService()); in Register() 47 …std::unique_ptr<FixedChannelService> user_service(new FixedChannelService(cid, this, l2cap_layer_h… in Register() 54 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister()
|
D | fixed_channel_service_manager_impl_mock.h | 34 …MOCK_METHOD(void, Unregister, (Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::…
|
D | fixed_channel_service_manager_impl.h | 40 …virtual void Unregister(Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::Handler…
|
D | fixed_channel_service_manager_test.cc | 40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.h | 233 … std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service);
|
D | security_manager_impl.cc | 468 [[maybe_unused]] std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnL2capRegistrationCompleteLe()
|
/packages/modules/Bluetooth/system/gd/security/ |
D | facade.cc | 88 std::unique_ptr<l2cap::le::FixedChannelService> /* le_smp_service */) { in OnL2capRegistrationCompleteLe() argument
|