Home
last modified time | relevance | path

Searched defs:size (Results 376 - 400 of 14907) sorted by relevance

1...<<11121314151617181920>>...597

/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockgetauthstate_fuzzer/
H A Dscreenlockgetauthstate_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::GET_SCREENLOCK_AUTHSTATE), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockboundarycode_fuzzer/
H A Dscreenlockboundarycode_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockrequeststrong_fuzzer/
H A Dscreenlockrequeststrong_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::REQUEST_STRONG_AUTHSTATE), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockonsystemevent_fuzzer/
H A Dscreenlockonsystemevent_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::ONSYSTEMEVENT), data, size); in LLVMFuzzerTestOneInput() local
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocklockscreen_fuzzer/
H A Dscreenlocklockscreen_fuzzer.cpp33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::LOCK_SCREEN), data, size); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timeservicesettimezone_fuzzer/
H A Dtimeservicesettimezone_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
40 static_cast<uint32_t>(TimeServiceIpcInterfaceCode::SET_TIME_ZONE), data, size); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timestarttimer_fuzzer/
H A Dtimestarttimer_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
40 static_cast<uint32_t>(TimeServiceIpcInterfaceCode::START_TIMER), data, size); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timestoptimer_fuzzer/
H A Dtimestoptimer_fuzzer.cpp32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
40 static_cast<uint32_t>(TimeServiceIpcInterfaceCode::STOP_TIMER), data, size); in LLVMFuzzerTestOneInput() local
/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

Completed in 6 milliseconds

1...<<11121314151617181920>>...597