Searched refs:g_fuzzService (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/thermal/test/fuzztest/thermalhdistub_fuzzer/ |
H A D | thermalhdistub_fuzz.cpp | 37 shared_ptr<ThermalInterfaceStub> g_fuzzService = nullptr; variable 54 if (g_fuzzService == nullptr) { in ThermalStubFuzzTest() 55 g_fuzzService = make_shared<ThermalInterfaceStub>(new ThermalInterfaceImpl()); in ThermalStubFuzzTest() 61 g_fuzzService->OnRemoteRequest(code, datas, reply, option); in ThermalStubFuzzTest()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdistub_fuzzer/ |
H A D | batteryhdistub_fuzz.cpp | 37 shared_ptr<BatteryInterfaceStub> g_fuzzService = nullptr; variable 54 if (g_fuzzService == nullptr) { in BatteryStubFuzzTest() 57 g_fuzzService = make_shared<BatteryInterfaceStub>(impl); in BatteryStubFuzzTest() 63 g_fuzzService->OnRemoteRequest(code, datas, reply, option); in BatteryStubFuzzTest()
|
/ohos5.0/drivers/peripheral/power/test/fuzztest/powerhdistub_fuzzer/ |
H A D | powerhdistub_fuzz.cpp | 55 shared_ptr<PowerInterfaceStub> g_fuzzService = nullptr; variable 73 if (g_fuzzService == nullptr) { in PowerStubFuzzTest() 75 g_fuzzService = make_shared<PowerInterfaceStub>(g_fuzzTest->GetImpl()); in PowerStubFuzzTest() 85 g_fuzzService->OnRemoteRequest(code, datas, reply, option); in PowerStubFuzzTest()
|
/ohos5.0/drivers/peripheral/power/test/fuzztest/powerhdi_fuzzer/ |
H A D | powerhdi_fuzz.cpp | 57 shared_ptr<PowerInterfaceStub> g_fuzzService = nullptr; variable 76 if (g_fuzzService == nullptr) { in PowerHdiFuzzTest() 78 g_fuzzService = make_shared<PowerInterfaceStub>(g_fuzzTest->GetImpl()); in PowerHdiFuzzTest() 81 g_fuzzService->OnRemoteRequest(code, datas, reply, option); in PowerHdiFuzzTest()
|