Home
last modified time | relevance | path

Searched defs:size (Results 876 - 900 of 15501) sorted by relevance

1...<<31323334353637383940>>...621

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getdisposedstatus_fuzzer/
H A Dgetdisposedstatus_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
33 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
41 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getpermissiondef_fuzzer/
H A Dgetpermissiondef_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string permissionName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
39 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getnameforuid_fuzzer/
H A Dgetnameforuid_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string name (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleanbundlecachefiles_fuzzer/
H A Dcleanbundlecachefiles_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapptype_fuzzer/
H A Dgetapptype_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getuidbybundlename_fuzzer/
H A Dgetuidbybundlename_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deletedisposedstatus_fuzzer/
H A Ddeletedisposedstatus_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/setdisposedstatus_fuzzer/
H A Dsetdisposedstatus_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
33 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
41 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/upgradeatomicservice_fuzzer/
H A Dupgradeatomicservice_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegidsbyuid_fuzzer/
H A Dgetbundlegidsbyuid_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getlaunchwantforbundle_fuzzer/
H A Dgetlaunchwantforbundle_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryabilityinfobyuri_fuzzer/
H A Dqueryabilityinfobyuri_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string abilityUri (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleteappjumpcontrolrule_fuzzer/
H A Ddeleteappjumpcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleterulebytargetbundlename_fuzzer/
H A Ddeleterulebytargetbundlename_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/
H A Dbundlestreaminstallerproxy_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string hapName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleusermgrproxy_fuzzer/
H A Dbundleusermgrproxy_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getabilitylabel_fuzzer/
H A Dgetabilitylabel_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
32 std::string abilityName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
33 std::string moduleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
34 std::string label (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
42 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundleInfosbymetadata_fuzzer/
H A DgetbundleInfosbymetadata_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string metaData (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlesforuid_fuzzer/
H A Dgetbundlesforuid_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
30 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryabilityinfosbyuri_fuzzer/
H A Dqueryabilityinfosbyuri_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string abilityUri (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
39 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleterulebycallerbundlename_fuzzer/
H A Ddeleterulebycallerbundlename_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deletequickfix_fuzzer/
H A Ddeletequickfix_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/resetdefaultapplication_fuzzer/
H A Dresetdefaultapplication_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 std::string type (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndksurface_fuzzer/
H A Dsurface_fuzzer.cpp34 void SurfaceFuzzTest000(const uint8_t* data, size_t size) in SurfaceFuzzTest000() argument
52 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkgpucontext_fuzzer/
H A Dgpucontext_fuzzer.cpp32 void GpuContextFuzzTest000(const uint8_t* data, size_t size) in GpuContextFuzzTest000() argument
48 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument

Completed in 11 milliseconds

1...<<31323334353637383940>>...621