Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
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_manager_impl.cc30DynamicChannelServiceImpl::PendingRegistration pending_registration) { in Register()
38 psm, DynamicChannelServiceImpl(pending_registration.user_handler_, in Register()
62 DynamicChannelServiceImpl* DynamicChannelServiceManagerImpl::GetService(Psm psm) { in GetService()
67 std::vector<std::pair<Psm, DynamicChannelServiceImpl*>> DynamicChannelServiceManagerImpl::GetRegist… in GetRegisteredServices()
68 std::vector<std::pair<Psm, DynamicChannelServiceImpl*>> results; in GetRegisteredServices()
Ddynamic_channel_service_impl.h31 class DynamicChannelServiceImpl {
33 virtual ~DynamicChannelServiceImpl() = default;
59 DynamicChannelServiceImpl(os::Handler* user_handler, in DynamicChannelServiceImpl() function
Ddynamic_channel_service_impl_mock.h29 class MockDynamicChannelServiceImpl : public DynamicChannelServiceImpl {
Ddynamic_channel_service_manager_test.cc77 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
93 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
/system/bt/gd/l2cap/classic/internal/
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.cc29DynamicChannelServiceImpl::PendingRegistration pending_registration) { in Register()
41 DynamicChannelServiceImpl( 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_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.h31 class DynamicChannelServiceImpl {
33 virtual ~DynamicChannelServiceImpl() = default;
59 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()
/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.cc48 internal::DynamicChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()
/system/bt/gd/l2cap/le/
Ddynamic_channel_manager.cc48 internal::DynamicChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()