Searched refs:SecurityManagerChannel (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel.cc | 31 SecurityManagerChannel::SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer) in SecurityManagerChannel() function in bluetooth::security::channel::SecurityManagerChannel 34 …hci_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived)… in SecurityManagerChannel() 38 SecurityManagerChannel::~SecurityManagerChannel() { in ~SecurityManagerChannel() 43 void SecurityManagerChannel::Connect(hci::Address address) { in Connect() 56 void SecurityManagerChannel::Release(hci::Address address) { in Release() 65 void SecurityManagerChannel::Disconnect(hci::Address address) { in Disconnect() 75 void SecurityManagerChannel::OnCommandComplete(hci::CommandCompleteView packet) { in OnCommandComplete() 79 void SecurityManagerChannel::SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command) { in SendCommand() 81 … handler_->BindOnceOn(this, &SecurityManagerChannel::OnCommandComplete)); in SendCommand() 84 void SecurityManagerChannel::SendCommand( in SendCommand() [all …]
|
D | security_manager_channel.h | 48 class SecurityManagerChannel : public l2cap::classic::LinkSecurityInterfaceListener { 50 SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer); 52 virtual ~SecurityManagerChannel();
|
D | security_manager_channel_unittest.cc | 34 using bluetooth::security::channel::SecurityManagerChannel; 49 class FakeSecurityManagerChannel : public SecurityManagerChannel { 52 : SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel() 256 SecurityManagerChannel* channel_ = nullptr;
|
/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | pairing_handler.h | 45 channel::SecurityManagerChannel* security_manager_channel, in PairingHandler() 87 channel::SecurityManagerChannel* GetChannel() { in GetChannel() 95 channel::SecurityManagerChannel* security_manager_channel_ __attribute__((unused));
|
D | classic_pairing_handler_unittest.cc | 39 using bluetooth::security::channel::SecurityManagerChannel; 51 class FakeSecurityManagerChannel : public channel::SecurityManagerChannel { 54 : channel::SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel() 243 channel::SecurityManagerChannel* channel_ = nullptr;
|
D | classic_pairing_handler.h | 36 channel::SecurityManagerChannel* security_manager_channel, in ClassicPairingHandler()
|
/packages/modules/Bluetooth/system/gd/security/ |
D | security_module.cc | 54 … security_manager_channel_(new channel::SecurityManagerChannel(security_handler_, hci_layer)), in impl() 70 channel::SecurityManagerChannel* security_manager_channel_;
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.h | 64 channel::SecurityManagerChannel* security_manager_channel, 256 channel::SecurityManagerChannel* security_manager_channel_;
|
D | security_manager_impl.cc | 683 channel::SecurityManagerChannel* security_manager_channel, in SecurityManagerImpl()
|