/system/bt/gd/l2cap/classic/internal/ |
D | dynamic_channel_service_manager_impl.cc | 33 … DynamicChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, std::move(invalid_service)); in Register() 37 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service)); in Register() 47 DynamicChannelManager::RegistrationResult::SUCCESS, std::move(user_service)); in Register()
|
D | fixed_channel_service_manager_impl.cc | 35 … FixedChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, std::move(invalid_service))); in Register() 40 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 48 … 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()
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_manager_impl.cc | 35 … FixedChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, std::move(invalid_service))); in Register() 40 … FixedChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 48 … FixedChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
|
D | dynamic_channel_service_manager_impl.cc | 35 … DynamicChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, std::move(invalid_service))); in Register() 40 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register() 49 … 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()
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.h | 60 enum class RegistrationResult { enum 70 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
|
D | dynamic_channel_manager.h | 66 enum class RegistrationResult { enum 76 common::OnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
|
D | facade.cc | 160 …void on_l2cap_service_registration_complete(DynamicChannelManager::RegistrationResult registration… in on_l2cap_service_registration_complete() 162 if (registration_result != DynamicChannelManager::RegistrationResult::SUCCESS) { in on_l2cap_service_registration_complete() 310 …void on_l2cap_service_registration_complete(FixedChannelManager::RegistrationResult registration_r… in on_l2cap_service_registration_complete() 312 if (registration_result != FixedChannelManager::RegistrationResult::SUCCESS) { in on_l2cap_service_registration_complete()
|
/system/bt/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 | 183 …void on_l2cap_service_registration_complete(DynamicChannelManager::RegistrationResult registration… in on_l2cap_service_registration_complete()
|
/system/bt/gd/shim/ |
D | l2cap_test.cc | 416 l2cap::classic::DynamicChannelManager::RegistrationResult result{ in TEST_F() 417 l2cap::classic::DynamicChannelManager::RegistrationResult::SUCCESS, in TEST_F() 447 l2cap::classic::DynamicChannelManager::RegistrationResult result{ in TEST_F() 448 l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, in TEST_F() 476 l2cap::classic::DynamicChannelManager::RegistrationResult result{ in TEST_F() 477 l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_INVALID_SERVICE, in TEST_F()
|
D | l2cap.cc | 476 l2cap::classic::DynamicChannelManager::RegistrationResult result, in RegisterService() 480 case l2cap::classic::DynamicChannelManager::RegistrationResult::SUCCESS: in RegisterService() 485 … case l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE: in RegisterService() 489 case l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_INVALID_SERVICE: in RegisterService()
|
/system/bt/gd/att/ |
D | att_module.cc | 36 l2cap::le::FixedChannelManager::RegistrationResult result, in OnAttRegistrationCompleteLe()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 245 void on_registration_complete(FixedChannelManager::RegistrationResult result, in on_registration_complete() 247 if (result != FixedChannelManager::RegistrationResult::SUCCESS) { in on_registration_complete()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 201 void OnL2capRegistrationCompleteLe(l2cap::le::FixedChannelManager::RegistrationResult result,
|
D | security_manager_impl.cc | 373 l2cap::le::FixedChannelManager::RegistrationResult result, in OnL2capRegistrationCompleteLe() 375 ASSERT_LOG(result == bluetooth::l2cap::le::FixedChannelManager::RegistrationResult::SUCCESS, in OnL2capRegistrationCompleteLe()
|