Home
last modified time | relevance | path

Searched refs:FixedChannelServiceImpl (Results 1 – 16 of 16) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_manager_impl.h39 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_;
Dfixed_channel_service_manager_impl.cc30FixedChannelServiceImpl::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()
Dfixed_channel_service_manager_impl_mock.h33 …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…
Dfixed_channel_service_impl.h28 class FixedChannelServiceImpl {
30 virtual ~FixedChannelServiceImpl() = default;
46 FixedChannelServiceImpl(os::Handler* user_handler, in FixedChannelServiceImpl() function
Dfixed_channel_service_impl_mock.h30 class MockFixedChannelServiceImpl : public FixedChannelServiceImpl {
32 …MockFixedChannelServiceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnection… in MockFixedChannelServiceImpl()
Dfixed_channel_service_manager_test.cc74 FixedChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
89 FixedChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
Dlink_manager_test.cc113 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/
Dfixed_channel_service_manager_impl.h39 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_;
Dfixed_channel_service_manager_impl_mock.h33 …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…
Dfixed_channel_service_impl.h28 class FixedChannelServiceImpl {
30 virtual ~FixedChannelServiceImpl() = default;
46 FixedChannelServiceImpl(os::Handler* user_handler, in FixedChannelServiceImpl() function
Dfixed_channel_service_manager_impl.cc30FixedChannelServiceImpl::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()
Dfixed_channel_service_impl_mock.h30 class MockFixedChannelServiceImpl : public FixedChannelServiceImpl {
32 …MockFixedChannelServiceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnection… in MockFixedChannelServiceImpl()
Dfixed_channel_service_manager_test.cc74 FixedChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
89 FixedChannelServiceImpl::PendingRegistration pending_registration{ in TEST_F()
Dlink_manager_test.cc118 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/
Dfixed_channel_manager.cc40 internal::FixedChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.cc40 internal::FixedChannelServiceImpl::PendingRegistration pending_registration{ in RegisterService()