Home
last modified time | relevance | path

Searched refs:size_t (Results 9001 - 9025 of 28534) sorted by relevance

1...<<361362363364365366367368369370>>...1142

/drivers/peripheral/sensor/test/fuzztest/sensorsetbatch_fuzzer/
H A Dsensorsetbatch_fuzzer.cpp23 bool SensorSetBatchFuzzTest(const uint8_t* data, size_t size) in SensorSetBatchFuzzTest()
35 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/drivers/peripheral/vibrator/test/fuzztest/vibratorstart_fuzzer/
H A Dvibratorstart_fuzzer.cpp23 bool VibratorStartFuzzTest(const uint8_t* data, size_t size) in VibratorStartFuzzTest()
34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/drivers/peripheral/vibrator/test/fuzztest/vibratorstop_fuzzer/
H A Dvibratorstop_fuzzer.cpp23 bool VibratorStopFuzzTest(const uint8_t* data, size_t size) in VibratorStopFuzzTest()
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/drivers/peripheral/vibrator/test/fuzztest/vibratorstartonce_fuzzer/
H A Dvibratorstartonce_fuzzer.cpp23 bool VibratorStartOnceFuzzTest(const uint8_t* data, size_t size) in VibratorStartOnceFuzzTest()
34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/
H A Dui_holder_extension_context.h37 static const size_t CONTEXT_TYPE_ID;
39 bool IsContext(size_t contextTypeId) override;
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H A Daac_frame.cpp20 AACFrame::AACFrame(uint8_t *ptr, size_t size, uint32_t dts, uint32_t pts, size_t prefix_size) in AACFrame()
H A Daac_frame.h31 AACFrame(uint8_t *ptr, size_t size, uint32_t dts, uint32_t pts = 0, size_t prefix_size = 0);
/foundation/arkui/napi/utils/platform/windows/
H A Dfile.cpp23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath()
28 size_t pathLen = strlen(path); in RealPath()
/foundation/arkui/napi/utils/platform/unix_like/
H A Dfile.cpp23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath()
28 size_t pathLen = strlen(path); in RealPath()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addapprunningcontrolrule_fuzzer/
H A Daddapprunningcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleanbundledatafiles_fuzzer/
H A Dcleanbundledatafiles_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI()
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteapprunningcontrolrule_fuzzer/
H A Ddeleteapprunningcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getappidbybundlename_fuzzer/
H A Dgetappidbybundlename_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
39 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
35 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
44 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
44 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
44 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp22 bool fuzzelcommoneventinfounmarshalling(const uint8_t* data, size_t size) in fuzzelcommoneventinfounmarshalling()
41 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/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()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/elementname_fuzzer/
H A Delementname_fuzzer.cpp23 bool fuzzelementnameunmarshalling(const uint8_t* data, size_t size) in fuzzelementnameunmarshalling()
42 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/getinnerbundleinfo_fuzzer/
H A Dgetinnerbundleinfo_fuzzer.cpp25 bool fuzzelGetInnerBundleInfoCaseOne(const uint8_t* data, size_t size) in fuzzelGetInnerBundleInfoCaseOne()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()

Completed in 18 milliseconds

1...<<361362363364365366367368369370>>...1142