Home
last modified time | relevance | path

Searched refs:FixedChannelService (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfixed_channel_service.h32 class FixedChannelService {
34 FixedChannelService() = default;
35 FixedChannelService(const FixedChannelService&) = delete;
36 FixedChannelService& operator=(const FixedChannelService&) = delete;
51FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService() function
Dfixed_channel_service.cc24 void FixedChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unregi… in Unregister()
Dfixed_channel_manager.h73 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
Dfacade.cc335 std::unique_ptr<FixedChannelService> service) { in on_l2cap_service_registration_complete()
417 std::unique_ptr<FixedChannelService> service_;
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfixed_channel_service.h32 class FixedChannelService {
34 FixedChannelService() = default;
35 FixedChannelService(const FixedChannelService&) = delete;
36 FixedChannelService& operator=(const FixedChannelService&) = delete;
51FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService() function
Dfixed_channel_service_mock.h28 class MockFixedChannelService : public FixedChannelService {
30 MockFixedChannelService() : FixedChannelService(){}; in MockFixedChannelService()
Dfixed_channel_service.cc25 void FixedChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unregi… in Unregister()
Dfixed_channel_manager.h75 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_service_manager_impl.cc34 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()
Dfixed_channel_service_manager_impl_mock.h34 …MOCK_METHOD(void, Unregister, (Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::…
Dfixed_channel_service_manager_impl.h40 …virtual void Unregister(Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::Handler…
Dfixed_channel_service_manager_test.cc40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_service_manager_impl.cc34 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()
Dfixed_channel_service_manager_impl_mock.h34 …MOCK_METHOD(void, Unregister, (Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::…
Dfixed_channel_service_manager_impl.h40 …virtual void Unregister(Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::Handler…
Dfixed_channel_service_manager_test.cc40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h233 … std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service);
Dsecurity_manager_impl.cc468 [[maybe_unused]] std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnL2capRegistrationCompleteLe()
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc88 std::unique_ptr<l2cap::le::FixedChannelService> /* le_smp_service */) { in OnL2capRegistrationCompleteLe() argument