| /base/powermgr/power_manager/test/fuzztest/isfoldscreenon_fuzzer/ |
| H A D | isfoldscreenon_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::IS_FOLD_SCREEN_ON), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/lockunlockisused_fuzzer/ |
| H A D | lockunlockisused_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_LOCK), data, size); in LLVMFuzzerTestOneInput() local 34 g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::RUNNINGLOCK_UNLOCK), data, size); in LLVMFuzzerTestOneInput() local 35 g_serviceTest.TestPowerServiceStub(static_cast<uint32_t>(PowerMgrInterfaceCode::RUNNINGLOCK_ISUSED), data, size); in LLVMFuzzerTestOneInput() local
|
| /base/powermgr/power_manager/test/fuzztest/overridescreenofftime_fuzzer/ |
| H A D | overridescreenofftime_fuzzer_test.cpp | 29 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument 34 static_cast<uint32_t>(PowerMgrInterfaceCode::OVERRIDE_DISPLAY_OFF_TIME), data, size); in LLVMFuzzerTestOneInput() local 36 static_cast<uint32_t>(PowerMgrInterfaceCode::RESTORE_DISPLAY_OFF_TIME), data, size); in LLVMFuzzerTestOneInput() local
|
| /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/msdp/device_status/rust/subsystem/device_profile/binding/include/ |
| H A D | fusion_security.h | 29 const char *(*data)(CIString*); member
|
| /base/notification/common_event_service/frameworks/extension/src/ |
| H A D | static_subscriber_stub_impl.cpp | 22 ErrCode StaticSubscriberStubImpl::OnReceiveEvent(CommonEventData* data) in OnReceiveEvent() 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
|