Home
last modified time | relevance | path

Searched refs:RegistrationResult (Results 1 – 19 of 19) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc33 … 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()
Dfixed_channel_service_manager_impl.cc35 … 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()
Dfixed_channel_service_manager_test.cc39 void OnServiceRegistered(bool expect_success, FixedChannelManager::RegistrationResult result, in OnServiceRegistered()
41 EXPECT_EQ(result == FixedChannelManager::RegistrationResult::SUCCESS, expect_success); in OnServiceRegistered()
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()
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_manager_impl.cc35 … 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()
Ddynamic_channel_service_manager_impl.cc35 … DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE, std::move(invalid_service))); in Register()
44 … DynamicChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
Dfixed_channel_service_manager_test.cc39 void OnServiceRegistered(bool expect_success, FixedChannelManager::RegistrationResult result, in OnServiceRegistered()
41 EXPECT_EQ(result == FixedChannelManager::RegistrationResult::SUCCESS, expect_success); in OnServiceRegistered()
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()
/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h60 enum class RegistrationResult { enum
70 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
Ddynamic_channel_manager.h66 enum class RegistrationResult { enum
76 common::OnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
Dfacade.cc162 …void on_l2cap_service_registration_complete(DynamicChannelManager::RegistrationResult registration… in on_l2cap_service_registration_complete()
164 if (registration_result != DynamicChannelManager::RegistrationResult::SUCCESS) { in on_l2cap_service_registration_complete()
312 …void on_l2cap_service_registration_complete(FixedChannelManager::RegistrationResult registration_r… in on_l2cap_service_registration_complete()
314 if (registration_result != FixedChannelManager::RegistrationResult::SUCCESS) { in on_l2cap_service_registration_complete()
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h65 enum class RegistrationResult { enum
75 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
Ddynamic_channel_manager.h63 enum class RegistrationResult { enum
70 … common::ContextualOnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
Dfacade.cc312 …void on_l2cap_service_registration_complete(DynamicChannelManager::RegistrationResult registration… in on_l2cap_service_registration_complete()
/system/bt/gd/att/
Datt_module.cc36 l2cap::le::FixedChannelManager::RegistrationResult result, in OnAttRegistrationCompleteLe()
/system/bt/main/shim/
Dl2c_api.cc105 classic::DynamicChannelManager::RegistrationResult result, in on_registration_complete()
107 if (result != classic::DynamicChannelManager::RegistrationResult::SUCCESS) { in on_registration_complete()
864 le::FixedChannelManager::RegistrationResult result, in on_registration_complete()
866 if (result != le::FixedChannelManager::RegistrationResult::SUCCESS) { in on_registration_complete()
1296 le::DynamicChannelManager::RegistrationResult result, in on_registration_complete()
1298 if (result != le::DynamicChannelManager::RegistrationResult::SUCCESS) { in on_registration_complete()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h227 void OnL2capRegistrationCompleteLe(l2cap::le::FixedChannelManager::RegistrationResult result,
Dsecurity_manager_impl.cc452 l2cap::le::FixedChannelManager::RegistrationResult result, in OnL2capRegistrationCompleteLe()
454 ASSERT_LOG(result == bluetooth::l2cap::le::FixedChannelManager::RegistrationResult::SUCCESS, in OnL2capRegistrationCompleteLe()
/system/bt/gd/security/
Dfacade.cc72 l2cap::le::FixedChannelManager::RegistrationResult result, in OnL2capRegistrationCompleteLe()
75 result == bluetooth::l2cap::le::FixedChannelManager::RegistrationResult::SUCCESS, in OnL2capRegistrationCompleteLe()