/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_manager_impl.h | 39 virtual void Register(Cid cid, FixedChannelServiceImpl::PendingRegistration pending_registration); 42 virtual FixedChannelServiceImpl* GetService(Cid cid); 43 virtual std::vector<std::pair<Cid, FixedChannelServiceImpl*>> GetRegisteredServices(); 47 std::unordered_map<Cid, FixedChannelServiceImpl> service_map_;
|
D | fixed_channel_service_manager_impl.cc | 30 … FixedChannelServiceImpl::PendingRegistration pending_registration) { in Register() 43 FixedChannelServiceImpl(pending_registration.user_handler_, in Register() 66 FixedChannelServiceImpl* FixedChannelServiceManagerImpl::GetService(Cid cid) { in GetService() 71 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> FixedChannelServiceManagerImpl::GetRegistered… in GetRegisteredServices() 72 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in GetRegisteredServices()
|
D | fixed_channel_service_manager_impl_mock.h | 33 …MOCK_METHOD(void, Register, (Cid cid, FixedChannelServiceImpl::PendingRegistration pending_registr… 37 MOCK_METHOD(FixedChannelServiceImpl*, GetService, (Cid cid), (override)); 38 …MOCK_METHOD((std::vector<std::pair<Cid, FixedChannelServiceImpl*>>), GetRegisteredServices, (), (o…
|
D | fixed_channel_service_impl.h | 28 class FixedChannelServiceImpl { 30 virtual ~FixedChannelServiceImpl() = default; 46 FixedChannelServiceImpl(os::Handler* user_handler, in FixedChannelServiceImpl() function
|
D | fixed_channel_service_impl_mock.h | 30 class MockFixedChannelServiceImpl : public FixedChannelServiceImpl { 32 …MockFixedChannelServiceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnection… in MockFixedChannelServiceImpl()
|
D | fixed_channel_service_manager_test.cc | 74 FixedChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F() 89 FixedChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
|
D | link_manager_test.cc | 113 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 222 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 260 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 308 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 404 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 502 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F()
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_service_manager_impl.h | 39 virtual void Register(Cid cid, FixedChannelServiceImpl::PendingRegistration pending_registration); 42 virtual FixedChannelServiceImpl* GetService(Cid cid); 43 virtual std::vector<std::pair<Cid, FixedChannelServiceImpl*>> GetRegisteredServices(); 48 std::unordered_map<Cid, FixedChannelServiceImpl> service_map_;
|
D | fixed_channel_service_manager_impl_mock.h | 33 …MOCK_METHOD(void, Register, (Cid cid, FixedChannelServiceImpl::PendingRegistration pending_registr… 37 MOCK_METHOD(FixedChannelServiceImpl*, GetService, (Cid cid), (override)); 38 …MOCK_METHOD((std::vector<std::pair<Cid, FixedChannelServiceImpl*>>), GetRegisteredServices, (), (o…
|
D | fixed_channel_service_impl.h | 28 class FixedChannelServiceImpl { 30 virtual ~FixedChannelServiceImpl() = default; 46 FixedChannelServiceImpl(os::Handler* user_handler, in FixedChannelServiceImpl() function
|
D | fixed_channel_service_manager_impl.cc | 30 … FixedChannelServiceImpl::PendingRegistration pending_registration) { in Register() 43 FixedChannelServiceImpl(pending_registration.user_handler_, in Register() 66 FixedChannelServiceImpl* FixedChannelServiceManagerImpl::GetService(Cid cid) { in GetService() 71 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> FixedChannelServiceManagerImpl::GetRegistered… in GetRegisteredServices() 72 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in GetRegisteredServices()
|
D | fixed_channel_service_impl_mock.h | 30 class MockFixedChannelServiceImpl : public FixedChannelServiceImpl { 32 …MockFixedChannelServiceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnection… in MockFixedChannelServiceImpl()
|
D | fixed_channel_service_manager_test.cc | 74 FixedChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F() 89 FixedChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
|
D | link_manager_test.cc | 118 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 206 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 241 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 287 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 361 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F() 437 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> results; in TEST_F()
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.cc | 40 internal::FixedChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel_manager.cc | 40 internal::FixedChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()
|