Home
last modified time | relevance | path

Searched refs:MockSoftbusListener (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.h25 class MockSoftbusListener : public ISoftbusListener { class
27 MockSoftbusListener() = default;
28 ~MockSoftbusListener() = default;
H A Dsoftbusadapter_fuzzer.cpp136 std::shared_ptr<ISoftbusListener> listener = std::make_shared<MockSoftbusListener>(); in SoftbusRegisterSoftbusListenerFuzzTest()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/include/
H A Dsoftbus_adapter_test.h43 class MockSoftbusListener : public ISoftbusListener { class
45 MockSoftbusListener() = default;
46 ~MockSoftbusListener() = default;
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp183 std::shared_ptr<ISoftbusListener> listener = std::make_shared<MockSoftbusListener>(); in HWTEST_F()
202 std::shared_ptr<ISoftbusListener> listener = std::make_shared<MockSoftbusListener>(); in HWTEST_F()

Completed in 2 milliseconds