Home
last modified time | relevance | path

Searched refs:mock_l2cap_interface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Drfcomm_fuzzer.cc84 NiceMock<bluetooth::testing::stack::l2cap::Mock> mock_l2cap_interface; member in __anon9a7f4aae0111::FakeBtStack
89 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()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_interface.cc22 bluetooth::testing::stack::l2cap::Mock mock_l2cap_interface; variable
23 bluetooth::stack::l2cap::Interface* interface_ = &mock_l2cap_interface;
26 void bluetooth::testing::stack::l2cap::reset_interface() { interface_ = &mock_l2cap_interface; } in reset_interface()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/common/
Dmock_l2cap_layer.cc31 void bluetooth::l2cap::SetMockInterface(MockL2capInterface* mock_l2cap_interface) { in SetMockInterface() argument
32 l2cap_interface = mock_l2cap_interface; in SetMockInterface()
Dmock_l2cap_layer.h91 void SetMockInterface(MockL2capInterface* mock_l2cap_interface);