Searched refs:fdp (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnectionstub_fuzzer/ |
H A D | rsrenderserviceconnectionstub_fuzzer.cpp | 93 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoOnRemoteRequest() 127 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoSetScreenGamutMap() 161 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoGetScreenGamutMap() 195 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoGetScreenHDRCapability() 229 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoGetScreenType() 263 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoGetBitmap() 297 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoSetAppWindowNum() 331 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoShowWatermark() 366 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoSetScreenPowerStatus() 401 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoSetScreenActiveMode() [all …]
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/ |
H A D | getcallrestriction_fuzzer.cpp | 323 FuzzedDataProvider fdp(data, size); in DoFuzzCellularCallService1() local 325 if (fdp.remaining_bytes() == 0) { in DoFuzzCellularCallService1() 333 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoFuzzCellularCallService1() 345 if (fdp.remaining_bytes() == 0) { in DoFuzzCellularCallService2() 353 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoFuzzCellularCallService2() 365 if (fdp.remaining_bytes() == 0) { in DoFuzzCellularCallService3() 373 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoFuzzCellularCallService3() 385 if (fdp.remaining_bytes() == 0) { in DoFuzzCellularCallService4() 393 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoFuzzCellularCallService4() 405 if (fdp.remaining_bytes() == 0) { in DoFuzzCellularCallService5() [all …]
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/callmanagerservicestub_fuzzer/ |
H A D | callmanagerservicestub_fuzzer.cpp | 198 FuzzedDataProvider fdp(data, size); in DoFuzzCallManagerService() local 199 uint32_t code = fdp.ConsumeIntegralInRange<uint32_t>(0, 72); in DoFuzzCallManagerService() 200 if (fdp.remaining_bytes() == 0) { in DoFuzzCallManagerService() 208 fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(0, fdp.remaining_bytes())); in DoFuzzCallManagerService()
|
/ohos5.0/base/time/time_service/test/fuzztest/timeservice_fuzzer/timerproxy_fuzzer/ |
H A D | timerproxy_fuzzer.cpp | 97 FuzzedDataProvider fdp(data, size); in FuzzTimerIsProxy() local 98 int uid = fdp.ConsumeIntegral<int>(); in FuzzTimerIsProxy() 99 int pid = fdp.ConsumeIntegral<int>(); in FuzzTimerIsProxy()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorpicker_fuzzer/ |
H A D | rscolorpicker_fuzzer.cpp | 77 FuzzedDataProvider fdp(data, size); in DoCreateColorPicker() local 78 uint32_t werrorCodeidth = fdp.ConsumeIntegralInRange<uint32_t>(0, 2); in DoCreateColorPicker()
|