Home
last modified time | relevance | path

Searched defs:data (Results 301 - 325 of 17640) sorted by relevance

1...<<11121314151617181920>>...706

/base/update/updateservice/test/fuzztest/updateserviceregisterupdatecallback_fuzzer/
H A Dupdateserviceregisterupdatecallback_fuzzer.cpp21 bool FuzzUpdateServiceRegisterUpdateCallback(const uint8_t* data, size_t size) in FuzzUpdateServiceRegisterUpdateCallback() argument
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockgetstrongstate_fuzzer/
H A Dscreenlockgetstrongstate_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::GET_STRONG_AUTHSTATE), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockisdisabled_fuzzer/
H A Dscreenlockisdisabled_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SCREENLOCK_DISABLED), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockislocked_fuzzer/
H A Dscreenlockislocked_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_LOCKED), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockisscreenlocked_fuzzer/
H A Dscreenlockisscreenlocked_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SCREEN_LOCKED), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockissecuremode_fuzzer/
H A Dscreenlockissecuremode_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SECURE_MODE), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocklock_fuzzer/
H A Dscreenlocklock_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::LOCK), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockunlockscreen_fuzzer/
H A Dscreenlockunlockscreen_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK_SCREEN), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockunlock_fuzzer/
H A Dscreenlockunlock_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocksendscreenlockevent_fuzzer/
H A Dscreenlocksendscreenlockevent_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SEND_SCREENLOCK_EVENT), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocksetauthstate_fuzzer/
H A Dscreenlocksetauthstate_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SET_SCREENLOCK_AUTHSTATE), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocksetdisabled_fuzzer/
H A Dscreenlocksetdisabled_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SET_SCREENLOCK_DISABLED), data, size); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timecreatetimer_fuzzer/
H A Dtimecreatetimer_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
40 static_cast<uint32_t>(TimeServiceIpcInterfaceCode::CREATE_TIMER), data, size); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timeboundarycode_fuzzer/
H A Dtimeboundarycode_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timegetthreadtimemilli_fuzzer/
H A Dtimegetthreadtimemilli_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
40 static_cast<uint32_t>(TimeServiceIpcInterfaceCode::GET_THREAD_TIME_MILLI), data, size); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timegetthreadtimenano_fuzzer/
H A Dtimegetthreadtimenano_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
40 static_cast<uint32_t>(TimeServiceIpcInterfaceCode::GET_THREAD_TIME_NANO), data, size); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timedestroytimer_fuzzer/
H A Dtimedestroytimer_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
40 static_cast<uint32_t>(TimeServiceIpcInterfaceCode::DESTROY_TIMER), data, size); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timegettimezone_fuzzer/
H A Dtimegettimezone_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
40 static_cast<uint32_t>(TimeServiceIpcInterfaceCode::GET_TIME_ZONE), data, size); in LLVMFuzzerTestOneInput() local
/base/update/updater/test/fuzztest/UpdaterFormatPartition_fuzzer/
H A DUpdaterFormatPartition_fuzzer.cpp30 void FuzzFormatPartition(const uint8_t* data, size_t size) in FuzzFormatPartition() argument
39 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/update/updater/test/fuzztest/UpdaterMountForPath_fuzzer/
H A DUpdaterMountForPath_fuzzer.cpp30 void FuzzMountForPath(const uint8_t* data, size_t size) in FuzzMountForPath() argument
39 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/update/updater/test/fuzztest/rebootandinstallupgradepackage_fuzzer/
H A Drebootandinstallupgradepackage_fuzzer.cpp28 void FuzzUpdaterKits(const uint8_t* data, size_t size) in FuzzUpdaterKits() argument
39 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/update/updateservice/test/fuzztest/updateserviceunregisterupdatecallback_fuzzer/
H A Dupdateserviceunregisterupdatecallback_fuzzer.cpp21 bool FuzzUpdateServiceUnregisterUpdateCallback(const uint8_t* data, size_t size) in FuzzUpdateServiceUnregisterUpdateCallback() argument
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audioabandon_fuzzer/
H A Daudioabandon_fuzzer.cpp27 bool AudioAbandonFuzzTest(const uint8_t* data, size_t size) in AudioAbandonFuzzTest() argument
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audioinputdevices_fuzzer/
H A Daudioinputdevices_fuzzer.cpp27 bool AudioInputDevicesFuzzTest(const uint8_t* data, size_t size) in AudioInputDevicesFuzzTest() argument
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiorequest_fuzzer/
H A Daudiorequest_fuzzer.cpp27 bool AudioRequestFuzzTest(const uint8_t* data, size_t size) in AudioRequestFuzzTest() argument
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...706