| /base/powermgr/power_manager/test/fuzztest/lockscreenaftertimingout_fuzzer/ |
| H A D | lockscreenaftertimingout_fuzzer_test.cpp | 30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument 34 static_cast<uint32_t>(PowerMgrInterfaceCode::LOCK_SCREEN_AFTER_TIMING_OUT), data, size);
in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/queryrunninglocklists_fuzzer/ |
| H A D | queryrunninglocklists_fuzzer_test.cpp | 29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 33 g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::RUNNINGLOCK_QUERY), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/rebootdevice_fuzzer/ |
| H A D | rebootdevice_fuzzer_test.cpp | 29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 33 g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::REBOOT_DEVICE), data, size); in LLVMFuzzerTestOneInput() local 35 static_cast<uint32_t>(PowerMgrInterfaceCode::REBOOT_DEVICE_FOR_DEPRECATED), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/proxyrunninglocks_fuzzer/ |
| H A D | proxyrunninglocks_fuzzer_test.cpp | 29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 33 g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::PROXY_RUNNINGLOCKS), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/screenstatecallback_fuzzer/ |
| H A D | screenstatecallback_fuzzer_test.cpp | 29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 34 static_cast<uint32_t>(PowerMgrInterfaceCode::REG_SCREEN_OFF_PRE_CALLBACK), data, size); in LLVMFuzzerTestOneInput() local 36 static_cast<uint32_t>(PowerMgrInterfaceCode::UNREG_SCREEN_OFF_PRE_CALLBACK), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/setdisplaysuspend_fuzzer/ |
| H A D | setdisplaysuspend_fuzzer_test.cpp | 29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 33 g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::SET_DISPLAY_SUSPEND), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/syncshutdowncallback_fuzzer/ |
| H A D | syncshutdowncallback_fuzzer_test.cpp | 29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 34 static_cast<uint32_t>(ShutdownClientInterfaceCode::CMD_REG_SYNC_SHUTDOWN_CALLBACK), data, size); in LLVMFuzzerTestOneInput() local 36 static_cast<uint32_t>(ShutdownClientInterfaceCode::CMD_UNREG_SYNC_SHUTDOWN_CALLBACK), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/synchibernatecallback_fuzzer/ |
| H A D | synchibernatecallback_fuzzer_test.cpp | 29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 34 static_cast<uint32_t>(PowerMgrInterfaceCode::REG_SYNC_HIBERNATE_CALLBACK), data, size); in LLVMFuzzerTestOneInput() local 36 static_cast<uint32_t>(PowerMgrInterfaceCode::UNREG_SYNC_HIBERNATE_CALLBACK), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/thermal_manager/test/fuzztest/getthermalinfo_fuzzer/ |
| H A D | getthermalinfo_fuzzer_test.cpp | 30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 33 g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::GET_THERMAL_INFO), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/thermal_manager/test/fuzztest/getthermalsensortemp_fuzzer/ |
| H A D | getthermalsensortemp_fuzzer_test.cpp | 30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 33 g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::GET_SENSOR_INFO), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/thermal_manager/test/fuzztest/getthermallevel_fuzzer/ |
| H A D | getthermallevel_fuzzer_test.cpp | 30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 33 g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::GET_TEMP_LEVEL), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/thermal_manager/test/fuzztest/setscene_fuzzer/ |
| H A D | setscene_fuzzer_test.cpp | 30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 33 g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::SET_SCENE), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/thermal_manager/test/fuzztest/thermaltempcallback_fuzzer/ |
| H A D | thermaltempcallback_fuzzer_test.cpp | 30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 34 static_cast<uint32_t>(ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBACK), data, size); in LLVMFuzzerTestOneInput() local 36 static_cast<uint32_t>(ThermalMgrInterfaceCode::UNREG_THERMAL_TEMP_CALLBACK), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/thermal_manager/test/fuzztest/updatethermalstate_fuzzer/ |
| H A D | updatethermalstate_fuzzer_test.cpp | 30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 34 static_cast<uint32_t>(ThermalMgrInterfaceCode::UPDATE_THERMAL_STATE), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/security/certificate_framework/frameworks/common/v1.0/src/ |
| H A D | cf_memory.c | 21 void *CfMalloc(uint32_t size, char val) in CfMalloc() argument
|
| /base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
| H A D | app_verify_hal.c | 28 int32_t InquiryDeviceUdid(unsigned char *udid, int32_t size) in InquiryDeviceUdid() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcserviceabort_fuzzer/ |
| H A D | cmipcserviceabort_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcservicegetappcert_fuzzer/ |
| H A D | cmipcservicegetappcert_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcservicefinish_fuzzer/ |
| H A D | cmipcservicefinish_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcservicegetauthorizedapplist_fuzzer/ |
| H A D | cmipcservicegetauthorizedapplist_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcservicegetappcertlist_fuzzer/ |
| H A D | cmipcservicegetappcertlist_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcservicegetcertificateinfo_fuzzer/ |
| H A D | cmipcservicegetcertificateinfo_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcservicegetcertificatelist_fuzzer/ |
| H A D | cmipcservicegetcertificatelist_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcservicegetusercertinfo_fuzzer/ |
| H A D | cmipcservicegetusercertinfo_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/security/certificate_manager/test/fuzz_test/cmipcservicegrantappcertificate_fuzzer/ |
| H A D | cmipcservicegrantappcertificate_fuzzer.cpp | 24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|