/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | dynamic_channel_service_manager_impl.cc | 35 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()
|
D | fixed_channel_service_manager_impl.cc | 37 … FixedChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, std::move(invalid_service))); in Register() 42 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 50 … FixedChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
|
D | fixed_channel_service_manager_test.cc | 39 void OnServiceRegistered(bool expect_success, FixedChannelManager::RegistrationResult result, in OnServiceRegistered() 41 EXPECT_EQ(result == FixedChannelManager::RegistrationResult::SUCCESS, expect_success); in OnServiceRegistered()
|
D | dynamic_channel_service_manager_test.cc | 39 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/ |
D | fixed_channel_service_manager_impl.cc | 37 … FixedChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, std::move(invalid_service))); in Register() 42 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 50 … FixedChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
|
D | dynamic_channel_service_manager_impl.cc | 37 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 46 … DynamicChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
|
D | fixed_channel_service_manager_test.cc | 39 void OnServiceRegistered(bool expect_success, FixedChannelManager::RegistrationResult result, in OnServiceRegistered() 41 EXPECT_EQ(result == FixedChannelManager::RegistrationResult::SUCCESS, expect_success); in OnServiceRegistered()
|
D | dynamic_channel_service_manager_test.cc | 38 void OnServiceRegistered(bool expect_success, DynamicChannelManager::RegistrationResult result, in OnServiceRegistered() 40 EXPECT_EQ(result == DynamicChannelManager::RegistrationResult::SUCCESS, expect_success); in OnServiceRegistered()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | fixed_channel_manager.h | 63 enum class RegistrationResult { enum 73 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
|
D | dynamic_channel_manager.h | 69 enum class RegistrationResult { enum 79 common::OnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
|
D | facade.cc | 180 …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() 334 …void on_l2cap_service_registration_complete(FixedChannelManager::RegistrationResult registration_r… in on_l2cap_service_registration_complete() 336 if (registration_result != FixedChannelManager::RegistrationResult::SUCCESS) { in on_l2cap_service_registration_complete()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | fixed_channel_manager.h | 65 enum class RegistrationResult { enum 75 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
|
D | dynamic_channel_manager.h | 63 enum class RegistrationResult { enum 70 … common::ContextualOnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
|
D | facade.cc | 348 DynamicChannelManager::RegistrationResult /* registration_result */, in on_l2cap_service_registration_complete() argument
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.h | 232 void OnL2capRegistrationCompleteLe(l2cap::le::FixedChannelManager::RegistrationResult result,
|
D | security_manager_impl.cc | 467 l2cap::le::FixedChannelManager::RegistrationResult result, in OnL2capRegistrationCompleteLe() 470 result == bluetooth::l2cap::le::FixedChannelManager::RegistrationResult::SUCCESS, in OnL2capRegistrationCompleteLe()
|
/packages/modules/Bluetooth/system/gd/security/ |
D | facade.cc | 87 l2cap::le::FixedChannelManager::RegistrationResult result, in OnL2capRegistrationCompleteLe() 90 result == bluetooth::l2cap::le::FixedChannelManager::RegistrationResult::SUCCESS, in OnL2capRegistrationCompleteLe()
|