Searched refs:DynamicChannelServiceImpl (Results 1 – 13 of 13) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | dynamic_channel_service_manager_impl.h | 41 …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_;
|
D | dynamic_channel_service_manager_impl.cc | 30 … DynamicChannelServiceImpl::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()
|
D | dynamic_channel_service_impl.h | 31 class DynamicChannelServiceImpl { 33 virtual ~DynamicChannelServiceImpl() = default; 59 DynamicChannelServiceImpl(os::Handler* user_handler, in DynamicChannelServiceImpl() function
|
D | dynamic_channel_service_impl_mock.h | 29 class MockDynamicChannelServiceImpl : public DynamicChannelServiceImpl {
|
D | dynamic_channel_service_manager_test.cc | 77 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F() 93 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
|
/system/bt/gd/l2cap/classic/internal/ |
D | dynamic_channel_service_manager_impl.h | 42 …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_;
|
D | dynamic_channel_service_manager_impl.cc | 29 … DynamicChannelServiceImpl::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()
|
D | dynamic_channel_service_manager_impl_mock.h | 34 …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, (), …
|
D | dynamic_channel_service_impl.h | 31 class DynamicChannelServiceImpl { 33 virtual ~DynamicChannelServiceImpl() = default; 59 DynamicChannelServiceImpl( in DynamicChannelServiceImpl() function
|
D | dynamic_channel_service_impl_mock.h | 29 class MockDynamicChannelServiceImpl : public DynamicChannelServiceImpl { 31 MockDynamicChannelServiceImpl() : DynamicChannelServiceImpl({}, {}, {}) {} in MockDynamicChannelServiceImpl()
|
D | dynamic_channel_service_manager_test.cc | 79 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F() 95 DynamicChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
|
/system/bt/gd/l2cap/classic/ |
D | dynamic_channel_manager.cc | 48 internal::DynamicChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()
|
/system/bt/gd/l2cap/le/ |
D | dynamic_channel_manager.cc | 48 internal::DynamicChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()
|