Home
last modified time | relevance | path

Searched refs:DeviceDiscoveryCallbackTest (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicediscovery_fuzzer/
H A Ddevice_discovery_fuzzer.cpp32 class DeviceDiscoveryCallbackTest : public DiscoveryCallback { class
34 DeviceDiscoveryCallbackTest() : DiscoveryCallback() {} in DeviceDiscoveryCallbackTest() function in OHOS::DistributedHardware::DeviceDiscoveryCallbackTest
35 virtual ~DeviceDiscoveryCallbackTest() {} in ~DeviceDiscoveryCallbackTest()
60 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in DeviceDiscoveryFuzzTest()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl.h40 class DeviceDiscoveryCallbackTest : public DiscoveryCallback { class
42 DeviceDiscoveryCallbackTest() : DiscoveryCallback() {} in DeviceDiscoveryCallbackTest() function in OHOS::DistributedHardware::DeviceDiscoveryCallbackTest
43 ~DeviceDiscoveryCallbackTest() {} in ~DeviceDiscoveryCallbackTest()
H A DUTTest_device_manager_impl.cpp810 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
835 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
861 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
887 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
910 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
1732 callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
2269 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
2303 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
2337 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
H A DUTTest_device_manager_impl_three.cpp791 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
843 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_fa_test/
H A Ddevice_manager_fa_test.cpp38 class DeviceDiscoveryCallbackTest : public DiscoveryCallback { class
40 DeviceDiscoveryCallbackTest() : DiscoveryCallback() {} in DeviceDiscoveryCallbackTest() function in __anon8432::DeviceDiscoveryCallbackTest
41 virtual ~DeviceDiscoveryCallbackTest() {} in ~DeviceDiscoveryCallbackTest()
269 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in BENCHMARK_F()
298 std::shared_ptr<DiscoveryCallback> callback = std::make_shared<DeviceDiscoveryCallbackTest>(); in BENCHMARK_F()
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp64 class DeviceDiscoveryCallbackTest : public DiscoveryCallback { class
66 DeviceDiscoveryCallbackTest() : DiscoveryCallback() {} in DeviceDiscoveryCallbackTest() function in OHOS::DistributedHardware::DeviceDiscoveryCallbackTest
67 virtual ~DeviceDiscoveryCallbackTest() {} in ~DeviceDiscoveryCallbackTest()
171 std::shared_ptr<DiscoveryCallback> g_discoveryCallback = std::make_shared<DeviceDiscoveryCallbackTest>();

Completed in 9 milliseconds