Searched refs:OnErrorFuzzTest (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/test/fuzztest/screensourceprocessor/onerror_fuzzer/ |
H A D | onerror_fuzzer.cpp | 32 void OnErrorFuzzTest(const uint8_t* data, size_t size) in OnErrorFuzzTest() function 51 OHOS::DistributedHardware::OnErrorFuzzTest(data, size); in LLVMFuzzerTestOneInput()
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/onerror_fuzzer/ |
H A D | on_error_fuzzer.cpp | 56 void OnErrorFuzzTest(const uint8_t* data, size_t size) in OnErrorFuzzTest() function 80 OHOS::DistributedHardware::OnErrorFuzzTest(data, size); in LLVMFuzzerTestOneInput()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/bind_fuzzer/ |
H A D | bind_fuzzer.cpp | 71 static void OnErrorFuzzTest(int32_t socket, int32_t errCode) in OnErrorFuzzTest() function 109 .OnError = OnErrorFuzzTest, in BindTestWithSocketId() 142 .OnError = OnErrorFuzzTest, in BindTestWithQosInfo()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/listen_fuzzer/ |
H A D | listen_fuzzer.cpp | 71 static void OnErrorFuzzTest(int32_t socket, int32_t errCode) in OnErrorFuzzTest() function 109 .OnError = OnErrorFuzzTest, in ListenTestWithSocketId() 142 .OnError = OnErrorFuzzTest, in ListenTestWithQosInfo()
|
Completed in 2 milliseconds