Home
last modified time | relevance | path

Searched refs:size (Results 5426 - 5450 of 47425) sorted by relevance

1...<<211212213214215216217218219220>>...1897

/base/startup/init/test/fuzztest/findparameter_fuzzer/
H A Dfindparameter_fuzzer.cpp21 bool FuzzFindParameter(const uint8_t* data, size_t size) in FuzzFindParameter() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzFindParameter() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzFindParameter(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/decodegid_fuzzer/
H A Ddecodegid_fuzzer.cpp21 bool FuzzDecodeGid(const uint8_t* data, size_t size) in FuzzDecodeGid() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzDecodeGid() local
34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
37 OHOS::FuzzDecodeGid(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/decodeuid_fuzzer/
H A Ddecodeuid_fuzzer.cpp21 bool FuzzDecodeUid(const uint8_t* data, size_t size) in FuzzDecodeUid() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzDecodeUid() local
34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
37 OHOS::FuzzDecodeUid(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/getmountstatusformountpoint_fuzzer/
H A Dgetmountstatusformountpoint_fuzzer.cpp21 bool FuzzIsSupportedFilesystem(const uint8_t* data, size_t size) in FuzzIsSupportedFilesystem() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzIsSupportedFilesystem() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzIsSupportedFilesystem(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/hookmgrdestroy_fuzzer/
H A Dhookmgrdestroy_fuzzer.cpp21 bool FuzzHookMgrDestroy(const uint8_t* data, size_t size) in FuzzHookMgrDestroy() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzHookMgrDestroy() local
31 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
34 OHOS::FuzzHookMgrDestroy(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/modulemgrcreate_fuzzer/
H A Dmodulemgrcreate_fuzzer.cpp21 bool FuzzModuleMgrCreate(const uint8_t* data, size_t size) in FuzzModuleMgrCreate() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzModuleMgrCreate() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzModuleMgrCreate(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/servicewaitforstatus_fuzzer/
H A Dservicewaitforstatus_fuzzer.cpp21 bool FuzzServiceWaitForStatus(const uint8_t* data, size_t size) in FuzzServiceWaitForStatus() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzServiceWaitForStatus() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzServiceWaitForStatus(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/servicesetready_fuzzer/
H A Dservicesetready_fuzzer.cpp21 bool FuzzServiceSetReady(const uint8_t* data, size_t size) in FuzzServiceSetReady() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzServiceSetReady() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzServiceSetReady(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/checkandcreatfile_fuzzer/
H A Dcheckandcreatfile_fuzzer.cpp21 bool FuzzCheckAndCreatFile(const uint8_t* data, size_t size) in FuzzCheckAndCreatFile() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzCheckAndCreatFile() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzCheckAndCreatFile(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/cmdclientinit_fuzzer/
H A Dcmdclientinit_fuzzer.cpp21 bool FuzzCmdClientInit(const uint8_t* data, size_t size) in FuzzCmdClientInit() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzCmdClientInit() local
30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
33 OHOS::FuzzCmdClientInit(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/hassystemcapability_fuzzer/
H A Dhassystemcapability_fuzzer.cpp21 bool FuzzHasSystemCapability(const uint8_t* data, size_t size) in FuzzHasSystemCapability() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzHasSystemCapability() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzHasSystemCapability(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/doreboot_fuzzer/
H A Ddoreboot_fuzzer.cpp21 bool FuzzDoReboot(const uint8_t* data, size_t size) in FuzzDoReboot() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzDoReboot() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzDoReboot(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/getintparametercpp_fuzzer/
H A Dgetintparametercpp_fuzzer.cpp21 bool FuzzGetIntParameterCpp(const uint8_t* data, size_t size) in FuzzGetIntParameterCpp() argument
23 std::string key(reinterpret_cast<const char*>(data), size); in FuzzGetIntParameterCpp() local
30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
33 OHOS::FuzzGetIntParameterCpp(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/parseueventdconfigfile_fuzzer/
H A Dparseueventdconfigfile_fuzzer.cpp21 bool FuzzParseUeventdConfigFile(const uint8_t* data, size_t size) in FuzzParseUeventdConfigFile() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzParseUeventdConfigFile() local
30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
33 OHOS::FuzzParseUeventdConfigFile(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/getintparameterc_fuzzer/
H A Dgetintparameterc_fuzzer.cpp22 bool FuzzGetIntParameterC(const uint8_t* data, size_t size) in FuzzGetIntParameterC() argument
24 std::string key(reinterpret_cast<const char*>(data), size); in FuzzGetIntParameterC() local
31 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
34 OHOS::FuzzGetIntParameterC(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/hookmgrcreate_fuzzer/
H A Dhookmgrcreate_fuzzer.cpp21 bool FuzzHookMgrCreate(const uint8_t* data, size_t size) in FuzzHookMgrCreate() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzHookMgrCreate() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzHookMgrCreate(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/servicecontrolstop_fuzzer/
H A Dservicecontrolstop_fuzzer.cpp21 bool FuzzServiceControlStop(const uint8_t* data, size_t size) in FuzzServiceControlStop() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzServiceControlStop() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzServiceControlStop(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/getcontrolsocket_fuzzer/
H A Dgetcontrolsocket_fuzzer.cpp21 bool FuzzGetControlSocket(const uint8_t* data, size_t size) in FuzzGetControlSocket() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzGetControlSocket() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzGetControlSocket(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/getuintparameterc_fuzzer/
H A Dgetuintparameterc_fuzzer.cpp21 bool FuzzGetUintParameterC(const uint8_t* data, size_t size) in FuzzGetUintParameterC() argument
23 std::string key(reinterpret_cast<const char*>(data), size); in FuzzGetUintParameterC() local
30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
33 OHOS::FuzzGetUintParameterC(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/issupportedfilesystem_fuzzer/
H A Dissupportedfilesystem_fuzzer.cpp21 bool FuzzIsSupportedFilesystem(const uint8_t* data, size_t size) in FuzzIsSupportedFilesystem() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzIsSupportedFilesystem() local
29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
32 OHOS::FuzzIsSupportedFilesystem(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/readfiletobuf_fuzzer/
H A Dreadfiletobuf_fuzzer.cpp21 bool FuzzReadFileToBuf(const uint8_t* data, size_t size) in FuzzReadFileToBuf() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzReadFileToBuf() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzReadFileToBuf(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/stopservicetimer_fuzzer/
H A Dstopservicetimer_fuzzer.cpp21 bool FuzzStopServiceTimer(const uint8_t* data, size_t size) in FuzzStopServiceTimer() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzStopServiceTimer() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzStopServiceTimer(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/getboolparametercpp_fuzzer/
H A Dgetboolparametercpp_fuzzer.cpp21 bool FuzzGetBoolParameter(const uint8_t* data, size_t size) in FuzzGetBoolParameter() argument
24 std::string key(reinterpret_cast<const char*>(data), size); in FuzzGetBoolParameter() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzGetBoolParameter(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/handleblockdeviceevent_fuzzer/
H A Dhandleblockdeviceevent_fuzzer.cpp21 bool FuzzHandleBlockDeviceEvent(const uint8_t* data, size_t size) in FuzzHandleBlockDeviceEvent() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzHandleBlockDeviceEvent() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzHandleBlockDeviceEvent(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/handleotherdeviceevent_fuzzer/
H A Dhandleotherdeviceevent_fuzzer.cpp21 bool FuzzHandleOtherDeviceEvent(const uint8_t* data, size_t size) in FuzzHandleOtherDeviceEvent() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzHandleOtherDeviceEvent() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzHandleOtherDeviceEvent(data, size); in LLVMFuzzerTestOneInput()

Completed in 21 milliseconds

1...<<211212213214215216217218219220>>...1897