Searched refs:mock_l2cap_interface (Results 1 – 4 of 4) sorted by relevance
84 NiceMock<bluetooth::testing::stack::l2cap::Mock> mock_l2cap_interface; member in __anon9a7f4aae0111::FakeBtStack89 ON_CALL(mock_l2cap_interface, L2CA_DataWrite) in FakeBtStack()94 ON_CALL(mock_l2cap_interface, L2CA_ConnectReq) in FakeBtStack()96 ON_CALL(mock_l2cap_interface, L2CA_DisconnectReq) in FakeBtStack()98 ON_CALL(mock_l2cap_interface, L2CA_Register) in FakeBtStack()104 bluetooth::testing::stack::l2cap::set_interface(&mock_l2cap_interface); in FakeBtStack()
22 bluetooth::testing::stack::l2cap::Mock mock_l2cap_interface; variable23 bluetooth::stack::l2cap::Interface* interface_ = &mock_l2cap_interface;26 void bluetooth::testing::stack::l2cap::reset_interface() { interface_ = &mock_l2cap_interface; } in reset_interface()
31 void bluetooth::l2cap::SetMockInterface(MockL2capInterface* mock_l2cap_interface) { in SetMockInterface() argument32 l2cap_interface = mock_l2cap_interface; in SetMockInterface()
91 void SetMockInterface(MockL2capInterface* mock_l2cap_interface);