Searched refs:security_interface_ (Results 1 – 7 of 7) sorted by relevance
83 SecurityInterface* security_interface_; variable
95 inject_command<SecurityCommandView, SecurityCommandBuilder>(data, security_interface_); in injectSecurityCommand()
30 return &security_interface_; in GetSecurityInterface()
158 FuzzCommandInterface<SecurityCommandBuilder> security_interface_{};
140 security_interface_ = new FakeSecurityInterface(handler_, channel_); in SetUp()141 channel_->SetSecurityInterface(security_interface_); in SetUp()151 delete security_interface_; in TearDown()202 l2cap::classic::SecurityInterface* security_interface_ = nullptr; member in bluetooth::security::channel::__anoned5ad9ed0111::ClassicPairingHandlerTest
228 security_interface_ = new FakeSecurityInterface(handler_, channel_); in SetUp()229 channel_->SetSecurityInterface(security_interface_); in SetUp()240 delete security_interface_; in TearDown()251 l2cap::classic::SecurityInterface* security_interface_ = nullptr; member in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelTest
160 if (security_interface_ == nullptr) { in SendSecurityCommandExpectingComplete()161 security_interface_ = in SendSecurityCommandExpectingComplete()233 const SecurityInterface* security_interface_; member in bluetooth::hci::DependsOnHci