android_system_core/storaged
Pawan Wagh f044f7f3dd Adding fuzzers for StoragedService and StoragedPrivateService
- StoragedService and StoragedPrivateService are defined in global
namespace. Moving them to android namespace
- Adding AIDL service fuzzers for both services

Bug: 232439428
Test: adb shell /data/nativetest64/storaged-unit-tests/storaged-unit-tests
Test: m storaged_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/storaged_service_fuzzer/storaged_service_fuzzer
Test: m storaged_private_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/storaged_private_service_fuzzer/storaged_private_service_fuzzer
Change-Id: Ieb6ff8117f548dd1ef376aab8e6d3dfec9fb06d3
2023-04-24 23:16:32 +00:00
..
binder/android/os Provide Recent Disk Perf via IStoraged 2018-01-08 19:06:22 -08:00
include Adding fuzzers for StoragedService and StoragedPrivateService 2023-04-24 23:16:32 +00:00
tests Adding fuzzers for StoragedService and StoragedPrivateService 2023-04-24 23:16:32 +00:00
tools storaged: add parser for dumpsys storaged output 2017-08-09 15:25:19 -07:00
Android.bp Adding fuzzers for StoragedService and StoragedPrivateService 2023-04-24 23:16:32 +00:00
EventLogTags.logtags storaged: change uid_io reporting 2017-01-30 14:22:49 -08:00
main.cpp storaged: ignore SIGPIPE 2020-03-18 13:53:15 -07:00
OWNERS storaged: update OWNERS 2018-04-11 18:50:14 -07:00
README.properties storaged: read emmc health data from sysfs 2017-04-03 16:48:14 +00:00
storaged.cpp storaged: Fix deprecated usages of protobuf API. 2022-09-25 08:18:20 +00:00
storaged.proto storaged: align buffer address and size for direct_io 2017-12-13 15:54:55 -08:00
storaged.rc Replace writepid with task_profiles command for cgroup migration 2021-06-24 17:24:20 +00:00
storaged_diskstats.cpp storaged: use correct accumulate variable for publishing disk stats 2023-02-13 15:45:20 -08:00
storaged_info.cpp storaged: Fix bug in empty check 2021-12-08 10:15:04 -08:00
storaged_service.cpp Adding fuzzers for StoragedService and StoragedPrivateService 2023-04-24 23:16:32 +00:00
storaged_uid_monitor.cpp storaged: replace LOG_TO() macros with LOG() 2020-01-10 17:10:58 -08:00
storaged_utils.cpp storaged: split proto file into multiple CE areas 2017-10-31 14:31:13 -07:00
uid_info.cpp Move system/core/ off NO_ERROR. 2018-10-08 11:15:52 -07:00

ro.storaged.event.interval    # interval storaged scans for IO stats, in seconds
ro.storaged.event.perf_check  # check for time spent in event loop, in microseconds
ro.storaged.disk_stats_pub    # interval storaged publish disk stats, in seconds
ro.storaged.uid_io.interval   # interval storaged checks Per UID IO usage, in seconds
ro.storaged.uid_io.threshold  # Per UID IO usage limit, in bytes