Home
last modified time | relevance | path

Searched defs:size (Results 76 - 100 of 4640) sorted by relevance

12345678910>>...186

/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dgetondemandpolicy_fuzzer.cpp25 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
H A Dgetsystemability_fuzzer.cpp25 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
H A Dcancelunloadsystemability_fuzzer.cpp25 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
H A Dcheckremotesystemability_fuzzer.cpp25 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
H A Dgetextensionsalist_fuzzer.cpp25 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
H A Dgetextensionsaids_fuzzer.cpp25 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/unpackauthdata_fuzzer/
H A Dunpackauthdata_fuzzer.cpp24 bool UnpackAuthDataFuzzTest(const uint8_t* data, size_t size) in UnpackAuthDataFuzzTest() argument
38 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/deactivemetanode_fuzzer/
H A Ddeactivemetanode_fuzzer.cpp24 bool DeactiveMetaNodeTest(const uint8_t* data, size_t size) in DeactiveMetaNodeTest() argument
50 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/setnodedatachangeflag_fuzzer/
H A Dsetnodedatachangeflag_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
53 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/unregdatalevelchangecb_fuzzer/
H A Dunregdatalevelchangecb_fuzzer.cpp28 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
55 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/streamdepacketizer_fuzzer/
H A Dstreamdepacketizer_fuzzer.cpp29 void DepacketizeHeaderTest(const uint8_t* data, size_t size) in DepacketizeHeaderTest() argument
43 void DepacketizeBufferTest(const uint8_t* data, size_t size) in DepacketizeBufferTest() argument
59 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/ipc/ipc/native/test/fuzztest/c/gettokenfromdata_fuzzer/
H A Dgettokenfromdata_fuzzer.cpp23 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
43 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/convertbtmactobinary_fuzzer/
H A Dconvertbtmactobinary_fuzzer.cpp21 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 ConvertBtMacToBinary(reinterpret_cast<const char*>(rawData), size, binMac, size); in DoSomethingInterestingWithMyAPI() local
33 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/convertbtmactostr_fuzzer/
H A Dconvertbtmactostr_fuzzer.cpp21 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() argument
33 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/converthexstringtobytes_fuzzer/
H A Dconverthexstringtobytes_fuzzer.cpp21 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() argument
33 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/encrypteddb_fuzzer/
H A Dencrypteddb_fuzzer.cpp23 bool DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) in DoSomethingInterestingWithMyAPI() argument
37 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/removeallrecord_fuzzer/
H A Dremoveallrecord_fuzzer.cpp23 bool DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) in DoSomethingInterestingWithMyAPI() argument
38 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelnetwork_fuzzer/
H A Dsoftbusproxychannelnetwork_fuzzer.cpp25 void TransRegisterNetworkingChannelListenerTest(const uint8_t* data, size_t size) in TransRegisterNetworkingChannelListenerTest() argument
41 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/getlocalnodedeviceinfo_fuzzer/
H A Dgetlocalnodedeviceinfo_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
53 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/setdatalevel_fuzzer/
H A Dsetdatalevel_fuzzer.cpp28 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
55 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/stoptimesync_fuzzer/
H A Dstoptimesync_fuzzer.cpp24 bool StopTimeSyncTest(const uint8_t* data, size_t size) in StopTimeSyncTest() argument
51 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/softbussendmessage_fuzzer/
H A Dsoftbussendmessage_fuzzer.cpp23 void SoftBusSendMessageTest(const uint8_t* data, size_t size) in SoftBusSendMessageTest() argument
34 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/ipc/services/dbinder/test/fuzztest/detachproxyobject_fuzzer/
H A Ddetachproxyobject_fuzzer.cpp26 void DetachProxyObjectTest(const uint8_t* data, size_t size) in DetachProxyObjectTest() argument
43 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authmanager_fuzzer/
H A Dauthmanager_fuzzer.cpp26 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/getmysessionname_fuzzer/
H A Dgetmysessionname_fuzzer.cpp22 void GetMySessionNameTest(const uint8_t* data, size_t size) in GetMySessionNameTest() argument
33 extern "C" int32_t LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument

Completed in 6 milliseconds

12345678910>>...186