Home
last modified time | relevance | path

Searched refs:DynamicChannelServiceImpl (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc31DynamicChannelServiceImpl::PendingRegistration pending_registration) { in Register()
45 DynamicChannelServiceImpl( in Register()
68 DynamicChannelServiceImpl* DynamicChannelServiceManagerImpl::GetService(Psm psm) { in GetService()
73 std::vector<std::pair<Psm, DynamicChannelServiceImpl*>> DynamicChannelServiceManagerImpl::GetRegist… in GetRegisteredServices()
74 std::vector<std::pair<Psm, DynamicChannelServiceImpl*>> results; in GetRegisteredServices()
Ddynamic_channel_service_manager_impl.h42 …virtual void Register(Psm psm, DynamicChannelServiceImpl::PendingRegistration pending_registration…
45 virtual DynamicChannelServiceImpl* GetService(Psm psm);
47 virtual std::vector<std::pair<Psm, DynamicChannelServiceImpl*>> GetRegisteredServices();
60 std::unordered_map<Psm, DynamicChannelServiceImpl> service_map_;
Ddynamic_channel_service_manager_impl_mock.h34 …MOCK_METHOD(void, Register, (Psm psm, DynamicChannelServiceImpl::PendingRegistration pending_regis…
38 MOCK_METHOD(DynamicChannelServiceImpl*, GetService, (Psm psm), (override));
39 …MOCK_METHOD((std::vector<std::pair<Psm, DynamicChannelServiceImpl*>>), GetRegisteredServices, (), …
Ddynamic_channel_service_impl.h29 class DynamicChannelServiceImpl {
31 virtual ~DynamicChannelServiceImpl() = default;
57 DynamicChannelServiceImpl( in DynamicChannelServiceImpl() function
Ddynamic_channel_service_impl_mock.h29 class MockDynamicChannelServiceImpl : public DynamicChannelServiceImpl {
31 MockDynamicChannelServiceImpl() : DynamicChannelServiceImpl({}, {}, {}) {} in MockDynamicChannelServiceImpl()
Ddynamic_channel_service_manager_test.cc79 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
95 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Ddynamic_channel_service_manager_impl.cc32DynamicChannelServiceImpl::PendingRegistration pending_registration) { in Register()
40 psm, DynamicChannelServiceImpl(pending_registration.user_handler_, in Register()
64 DynamicChannelServiceImpl* DynamicChannelServiceManagerImpl::GetService(Psm psm) { in GetService()
69 std::vector<std::pair<Psm, DynamicChannelServiceImpl*>> DynamicChannelServiceManagerImpl::GetRegist… in GetRegisteredServices()
70 std::vector<std::pair<Psm, DynamicChannelServiceImpl*>> results; in GetRegisteredServices()
Ddynamic_channel_service_manager_impl.h41 …virtual void Register(Psm psm, DynamicChannelServiceImpl::PendingRegistration pending_registration…
44 virtual DynamicChannelServiceImpl* GetService(Psm psm);
46 virtual std::vector<std::pair<Psm, DynamicChannelServiceImpl*>> GetRegisteredServices();
59 std::unordered_map<Psm, DynamicChannelServiceImpl> service_map_;
Ddynamic_channel_service_impl.h31 class DynamicChannelServiceImpl {
33 virtual ~DynamicChannelServiceImpl() = default;
59 DynamicChannelServiceImpl(os::Handler* user_handler, in DynamicChannelServiceImpl() function
Ddynamic_channel_service_manager_test.cc77 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
93 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
Ddynamic_channel_service_impl_mock.h29 class MockDynamicChannelServiceImpl : public DynamicChannelServiceImpl {
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Ddynamic_channel_manager.cc48 internal::DynamicChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()
/packages/modules/Bluetooth/system/gd/l2cap/le/
Ddynamic_channel_manager.cc48 internal::DynamicChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()