Home
last modified time | relevance | path

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

/base/update/updateservice/test/fuzztest/common/
H A Dfuzztest_helper.h28 constexpr const int32_t FUZZ_DATA_LEN = 500; member
47 uint8_t data_[FUZZ_DATA_LEN] = {0};
H A Dfuzztest_helper.cpp74 if (size < FUZZ_DATA_LEN) { in TrySetData()
88 if (index_ + FUZZ_INT_LEN_DATA > FUZZ_DATA_LEN) { in GetInt()
159 if (index_ + arraySize > FUZZ_DATA_LEN) { in GetCharArray()
171 if (index_ + FUZZ_INT_LEN_DATA > FUZZ_DATA_LEN) { in GetUInt()
/base/notification/common_event_service/test/fuzztest/publishcommonevent_fuzzer/
H A Dpublishcommonevent_fuzzer.cpp25 constexpr int8_t FUZZ_DATA_LEN = 3; variable
52 if (fuzzData.GetSize() < FUZZ_DATA_LEN) { in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/publishcommoneventasuser_fuzzer/
H A Dpublishcommoneventasuser_fuzzer.cpp23 constexpr int8_t FUZZ_DATA_LEN = 4; variable
51 if (fuzzData.GetSize() < FUZZ_DATA_LEN) { in DoSomethingInterestingWithMyAPI()
/base/update/updateservice/test/fuzztest/updateservicecancel_fuzzer/
H A Dupdateservicecancel_fuzzer.cpp23 if (size < FUZZ_DATA_LEN) { in FuzzUpdateServiceCancel()
/base/update/updateservice/test/fuzztest/updateservicechecknewversion_fuzzer/
H A Dupdateservicechecknewversion_fuzzer.cpp23 if (size < FUZZ_DATA_LEN) { in FuzzUpdateServiceCheckNewVersion()
/base/update/updateservice/test/fuzztest/updateserviceregisterupdatecallback_fuzzer/
H A Dupdateserviceregisterupdatecallback_fuzzer.cpp23 if (size < FUZZ_DATA_LEN) { in FuzzUpdateServiceRegisterUpdateCallback()
/base/update/updateservice/test/fuzztest/updateservicesetupgradepolicy_fuzzer/
H A Dupdateservicesetupgradepolicy_fuzzer.cpp23 if (size < FUZZ_DATA_LEN) { in FuzzUpdateServiceSetUpgradePolicy()
/base/update/updateservice/test/fuzztest/updateservicegetupgradepolicy_fuzzer/
H A Dupdateservicegetupgradepolicy_fuzzer.cpp23 if (size < FUZZ_DATA_LEN) { in FuzzUpdateServiceGetUpgradePolicy()
/base/update/updateservice/test/fuzztest/updateservicegetnewversion_fuzzer/
H A Dupdateservicegetnewversion_fuzzer.cpp23 if (size < FUZZ_DATA_LEN) { in FuzzUpdateServiceGetNewVersion()
/base/update/updateservice/test/fuzztest/updateserviceunregisterupdatecallback_fuzzer/
H A Dupdateserviceunregisterupdatecallback_fuzzer.cpp23 if (size < FUZZ_DATA_LEN) { in FuzzUpdateServiceUnregisterUpdateCallback()
/base/update/updateservice/test/fuzztest/updateservicedownload_fuzzer/
H A Dupdateservicedownload_fuzzer.cpp23 if (size < FUZZ_DATA_LEN) { in FuzzUpdateServiceDownload()

Completed in 5 milliseconds