Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbaserendernode_fuzzer/
H A Drsbaserendernode_fuzzer.cpp21 const int FUZZ_DATA_LEN = 3; variable
31 if (size >= FUZZ_DATA_LEN) { in DoSomethingInterestingWithMyAPI()
/foundation/communication/bluetooth_service/test/fuzztest/host/setbluetoothscanmode_fuzzer/
H A Dsetbluetoothscanmode_fuzzer.cpp22 const int FUZZ_DATA_LEN = 1; variable
27 if ((data == nullptr) || (size < FUZZ_DATA_LEN)) { in DoSomethingInterestingWithMyAPI()
/foundation/communication/bluetooth_service/test/fuzztest/host/pairdevice_fuzzer/
H A Dpairdevice_fuzzer.cpp23 const int FUZZ_DATA_LEN = 6; variable
28 if ((data == nullptr) || (size < FUZZ_DATA_LEN)) { in DoSomethingInterestingWithMyAPI()
/foundation/communication/bluetooth_service/test/fuzztest/host/cancelpaireddevice_fuzzer/
H A Dcancelpaireddevice_fuzzer.cpp23 const int FUZZ_DATA_LEN = 6; variable
28 if ((data == nullptr) || (size < FUZZ_DATA_LEN)) { in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds