Home
last modified time | relevance | path

Searched refs:DynamicChannelManager (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Ddynamic_channel_manager.h42 class DynamicChannelManager {
125 DynamicChannelManager(const DynamicChannelManager&) = delete;
126 DynamicChannelManager& operator=(const DynamicChannelManager&) = delete;
128 virtual ~DynamicChannelManager() = default;
131 DynamicChannelManager() = default;
135 DynamicChannelManager(internal::DynamicChannelServiceManagerImpl* service_manager, in DynamicChannelManager() function
Ddynamic_channel_manager.cc27 void DynamicChannelManager::ConnectChannel( in ConnectChannel()
42 void DynamicChannelManager::RegisterService( in RegisterService()
Dl2cap_classic_module.cc112 std::unique_ptr<DynamicChannelManager> L2capClassicModule::GetDynamicChannelManager() { in GetDynamicChannelManager()
113 return std::unique_ptr<DynamicChannelManager>(new DynamicChannelManager( in GetDynamicChannelManager()
Dl2cap_classic_module_mock.h31 MOCK_METHOD(std::unique_ptr<DynamicChannelManager>, GetDynamicChannelManager, (), (override));
Dl2cap_classic_module.h52 virtual std::unique_ptr<DynamicChannelManager> GetDynamicChannelManager();
Dfacade.cc348 DynamicChannelManager::RegistrationResult /* registration_result */, in on_l2cap_service_registration_complete()
399 void on_connect_fail(DynamicChannelManager::ConnectionResult /* result */) {} in on_connect_fail()
426 std::unique_ptr<DynamicChannelManager> dynamic_channel_manager_;
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_dynamic_channel_manager_impl.h39 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback, in ConnectChannel()
40 l2cap::classic::DynamicChannelManager::OnConnectionFailureCallback on_fail_callback) { in ConnectChannel()
53 … l2cap::classic::DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete, in RegisterService()
54 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback) { in RegisterService()
81 …void SetConnectionOnFail(l2cap::classic::DynamicChannelManager::ConnectionResult result, std::prom… in SetConnectionOnFail()
91 l2cap::classic::DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete_{};
92 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback_{};
93 l2cap::classic::DynamicChannelManager::OnConnectionFailureCallback on_fail_callback_{};
Dfuzz_dynamic_channel_manager.h31 class FuzzDynamicChannelManager : public l2cap::classic::DynamicChannelManager {
37 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback, in ConnectChannel()
38 … l2cap::classic::DynamicChannelManager::OnConnectionFailureCallback on_fail_callback) override { in ConnectChannel()
46 … l2cap::classic::DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete, in RegisterService()
47 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback) override { in RegisterService()
Dfuzz_l2cap_classic_module.h34 std::unique_ptr<l2cap::classic::DynamicChannelManager> GetDynamicChannelManager() override { in GetDynamicChannelManager()
Dshim_l2cap.h57 void OnConnectionFail(l2cap::classic::DynamicChannelManager::ConnectionResult result) {} in OnConnectionFail()
/packages/modules/Bluetooth/system/gd/l2cap/le/
Ddynamic_channel_manager.h41 class DynamicChannelManager {
43 DynamicChannelManager(const DynamicChannelManager&) = delete;
44 DynamicChannelManager& operator=(const DynamicChannelManager&) = delete;
134 DynamicChannelManager(internal::DynamicChannelServiceManagerImpl* service_manager, in DynamicChannelManager() function
Dl2cap_le_module.cc96 std::unique_ptr<DynamicChannelManager> L2capLeModule::GetDynamicChannelManager() { in GetDynamicChannelManager()
97 return std::unique_ptr<DynamicChannelManager>(new DynamicChannelManager( in GetDynamicChannelManager()
Ddynamic_channel_manager.cc27 bool DynamicChannelManager::ConnectChannel(hci::AddressWithType device, in ConnectChannel()
44 bool DynamicChannelManager::RegisterService(Psm psm, DynamicChannelConfigurationOption configuratio… in RegisterService()
Dfacade.cc180 …void on_l2cap_service_registration_complete(DynamicChannelManager::RegistrationResult registration… in on_l2cap_service_registration_complete()
182 if (registration_result != DynamicChannelManager::RegistrationResult::SUCCESS) { in on_l2cap_service_registration_complete()
211 void on_connect_fail(DynamicChannelManager::ConnectionResult result) { in on_connect_fail()
262 std::unique_ptr<DynamicChannelManager> dynamic_channel_manager_;
266 DynamicChannelManager::ConnectionResult channel_open_fail_reason_;
Dl2cap_le_module.h51 virtual std::unique_ptr<DynamicChannelManager> GetDynamicChannelManager();
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Ddynamic_channel_service_impl.h36 DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
37 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
59 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback, in DynamicChannelServiceImpl()
67 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
Ddynamic_channel_service_manager_impl.cc35 DynamicChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, in Register()
40 DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, in Register()
51 DynamicChannelManager::RegistrationResult::SUCCESS, std::move(user_service)); in Register()
Dlink.h66 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_;
67 DynamicChannelManager::OnConnectionFailureCallback on_fail_callback_;
123 …virtual void OnOutgoingConnectionRequestFail(Cid local_cid, DynamicChannelManager::ConnectionResul…
144 virtual void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
Dsignalling_manager.cc113 DynamicChannelManager::ConnectionResult connection_result{ in on_security_result_for_outgoing()
114 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_outgoing()
225 DynamicChannelManager::ConnectionResult connection_result{ in on_security_result_for_incoming()
226 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_incoming()
277 DynamicChannelManager::ConnectionResult connection_result{ in OnConnectionResponse()
278 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse()
290 DynamicChannelManager::ConnectionResult connection_result{ in OnConnectionResponse()
291 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnConnectionResponse()
920 DynamicChannelManager::ConnectionResult connection_result{ in on_command_timeout()
921 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in on_command_timeout()
Ddynamic_channel_service_manager_test.cc39 void OnServiceRegistered(bool expect_success, DynamicChannelManager::RegistrationResult result, in OnServiceRegistered()
41 EXPECT_EQ(result == DynamicChannelManager::RegistrationResult::SUCCESS, expect_success); in OnServiceRegistered()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Ddynamic_channel_service_impl.h38 DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
60DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback, in DynamicChannelServiceImpl()
67 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
Ddynamic_channel_service_manager_impl.cc37DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
46DynamicChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
Dlink.h66 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_;
67 DynamicChannelManager::OnConnectionFailureCallback on_fail_callback_;
148 void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
Ddynamic_channel_service_manager_test.cc38 void OnServiceRegistered(bool expect_success, DynamicChannelManager::RegistrationResult result, in OnServiceRegistered()
40 EXPECT_EQ(result == DynamicChannelManager::RegistrationResult::SUCCESS, expect_success); in OnServiceRegistered()
Dlink.cc238 DynamicChannelManager::ConnectionResult result{ in OnOutgoingConnectionRequestFail()
239 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR, in OnOutgoingConnectionRequestFail()
305 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()

12