Home
last modified time | relevance | path

Searched refs:DoSomethingInterestingWithMyAPI (Results 1 – 25 of 29) sorted by relevance

12

/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/audiocardconfig_fuzzer/
Daudiocardconfig_fuzzer.cpp27 static bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
55 DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/
Dpathselectconfig_fuzzer.cpp27 static bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
59 DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/
Deffectconfig_fuzzer.cpp28 static bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
58 DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/huks/test/fuzztest/importkeyfuzz/
Dhuks_hdi_fuzzer.cpp29 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() function
70 DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/huks/test/fuzztest/agreekeyfuzz/
Dhuks_hdi_fuzzer.cpp30 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() function
69 DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/huks/test/fuzztest/generatekeyfuzz/
Dhuks_hdi_fuzzer.cpp28 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() function
68 DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/huks/test/fuzztest/importwrappedkeyfuzz/
Dhuks_hdi_fuzzer.cpp30 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() function
70 DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codechdi_fuzzer/
Dcodec_fuzzer.cpp41 bool DoSomethingInterestingWithMyAPI(const uint8_t* rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
80 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/vibrator/test/fuzztest/vibrator_fuzzer/
Dvibrator_fuzzer.cpp41 bool DoSomethingInterestingWithMyAPI(const uint8_t* rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
80 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/usb/test/fuzztest/usbdevice_fuzzer/
Dusbdevice_fuzzer.cpp44 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
84 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/light/test/fuzztest/light_fuzzer/
Dlight_fuzzer.cpp41 bool DoSomethingInterestingWithMyAPI(const uint8_t* rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
80 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/sensor/test/fuzztest/sensor_fuzzer/
Dsensor_fuzzer.cpp41 bool DoSomethingInterestingWithMyAPI(const uint8_t* rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
80 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/input/test/fuzztest/input_fuzzer/
Dinput_fuzzer.cpp41 bool DoSomethingInterestingWithMyAPI(const uint8_t* rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
80 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiomanager_fuzzer/
Daudiomanager_fuzzer.cpp39 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
83 OHOS::Audio::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/external_device_manager/test/fuzztest/bus_extension_fuzzer/usbextension_fuzzer/
Dusbextension_fuzzer.cpp59 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
81 OHOS::ExternalDeviceManager::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/motion/test/fuzztest/motion_fuzzer/
Dmotion_fuzzer.cpp41 bool DoSomethingInterestingWithMyAPI(const uint8_t* rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
82 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/external_device_manager/test/fuzztest/drivers_pkg_manager_fuzzer/driverpkgmanager_fuzzer/
Ddriverpkgmanager_fuzzer.cpp67 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
90 OHOS::ExtDevMgr::ExternalDeviceManager::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/input/test/fuzztest/inputregisterreportcallback_fuzzer/
Dinputregisterreportcallback_fuzzer.cpp23 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() function
88 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/huks/test/fuzztest/initfuzz/
Dhuks_hdi_fuzzer.cpp33 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() function
89 DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/usb/test/fuzztest/usb_fuzzer/
Dusb_fuzzer.cpp50 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
90 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/usb/test/fuzztest/usbddk_fuzzer/
Dusbddk_fuzzer.cpp51 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
91 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/audio/effect/test/fuzztest/effectmodel_fuzzer/
Deffectmodel_fuzzer.cpp95 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
123 OHOS::Audio::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/
Dusbhost_fuzzer.cpp51 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
116 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/audio/effect/test/fuzztest/effectcontrol_fuzzer/
Deffectcontrol_fuzzer.cpp81 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
138 OHOS::Audio::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audioadapter_fuzzer/
Daudioadapter_fuzzer.cpp101 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() function
132 OHOS::Audio::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()

12