Home
last modified time | relevance | path

Searched defs:size (Results 701 - 725 of 12765) sorted by relevance

1...<<21222324252627282930>>...511

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappjumpcontrolrule_fuzzer/
H A Daddappjumpcontrolrule_fuzzer.cpp29 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/apprunningcontrolruleresult_fuzzer/
H A Dapprunningcontrolruleresult_fuzzer.cpp26 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string controlMessage (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
54 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/apprunningcontrolrule_fuzzer/
H A Dapprunningcontrolrule_fuzzer.cpp26 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
53 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleancachecallbackproxy_fuzzer/
H A Dcleancachecallbackproxy_fuzzer.cpp26 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteappinstallcontrolrule_fuzzer/
H A Ddeleteappinstallcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string appId (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/getappinstallcontrolrule_fuzzer/
H A Dgetappinstallcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string appId (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/getbundlearchiveinfo_fuzzer/
H A Dgetbundlearchiveinfo_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string hapFilePath (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/querykeepalivebundleinfos_fuzzer/
H A Dquerykeepalivebundleinfos_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
42 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryallabilityinfos_fuzzer/
H A Dqueryallabilityinfos_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
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/appservicefwkinstallerinstall_fuzzer/
H A Dappservicefwkinstallerinstall_fuzzer.cpp29 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
42 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmskeyeventmgr_fuzzer/
H A Dbmskeyeventmgr_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/disabledynamicicon_fuzzer/
H A Ddisabledynamicicon_fuzzer.cpp25 bool fuzzelDisableDynamicIconCaseOne(const uint8_t* data, size_t size) in fuzzelDisableDynamicIconCaseOne() argument
36 bool fuzzelDisableDynamicIconCaseTwo(const uint8_t* data, size_t size) in fuzzelDisableDynamicIconCaseTwo() argument
47 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/innersaveextendresourceinfo_fuzzer/
H A Dinnersaveextendresourceinfo_fuzzer.cpp22 bool fuzzelInnerSaveExtendResourceInfoCaseOne(const uint8_t* data, size_t size) in fuzzelInnerSaveExtendResourceInfoCaseOne() argument
35 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/permissiondef_fuzzer/
H A Dpermissiondef_fuzzer.cpp26 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
53 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutinfo_fuzzer/
H A Dshortcutinfo_fuzzer.cpp26 bool fuzzelShortcutInfo(const uint8_t* data, size_t size) in fuzzelShortcutInfo() argument
33 std::string bundlename (reinterpret_cast<const char*>(data), size); in fuzzelShortcutInfo() local
50 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetbundlemutex_fuzzer/
H A Dverifymanagerhostimplgetbundlemutex_fuzzer.cpp30 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappInstallcontrolrule_fuzzer/
H A DaddappInstallcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string appId (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_application/applicationinfofromjson_fuzzer/
H A Dapplicationinfofromjson_fuzzer.cpp30 bool fuzzabilityinfromjson(const uint8_t* data, size_t size) in fuzzabilityinfromjson() argument
36 std::string name (reinterpret_cast<const char*>(data), size); in fuzzabilityinfromjson() local
44 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinfofromjson_fuzzer/
H A Dbundleinfofromjson_fuzzer.cpp30 bool fuzzabilityinfromjson(const uint8_t* data, size_t size) in fuzzabilityinfromjson() argument
36 std::string name (reinterpret_cast<const char*>(data), size); in fuzzabilityinfromjson() local
44 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/
H A Dbundlestatuscallbackproxy_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string resultMsg (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
30 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_application/bundleuserinfo_fuzzer/
H A Dbundleuserinfo_fuzzer.cpp26 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string disabledAbilities (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
55 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/checkissystemappbyuid_fuzzer/
H A Dcheckissystemappbyuid_fuzzer.cpp47 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
63 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/abilityinfofromjson_fuzzer/
H A Dabilityinfofromjson_fuzzer.cpp30 bool fuzzabilityinfromjson(const uint8_t* data, size_t size) in fuzzabilityinfromjson() argument
36 std::string name (reinterpret_cast<const char*>(data), size); in fuzzabilityinfromjson() local
44 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapprunningcontrolrule_fuzzer/
H A Dgetapprunningcontrolrule_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
32 std::string appId (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/getbundlepackinfo_fuzzer/
H A Dgetbundlepackinfo_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
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument

Completed in 7 milliseconds

1...<<21222324252627282930>>...511