/aosp14/frameworks/base/cmds/incident_helper/tests/ |
H A D | SystemPropertiesParser_test.cpp | 69 ro->mutable_boot()->add_boottime("1BLL:85"); in TEST_F() 70 ro->mutable_boot()->add_boottime("1BLE:898"); in TEST_F() 71 ro->mutable_boot()->add_boottime("2BLL:0"); in TEST_F() 72 ro->mutable_boot()->add_boottime("2BLE:862"); in TEST_F() 73 ro->mutable_boot()->add_boottime("SW:6739"); in TEST_F() 74 ro->mutable_boot()->add_boottime("KL:340"); in TEST_F() 76 ro->mutable_bootimage()->set_build_fingerprint( in TEST_F() 78 ro->mutable_hardware()->set_value("marlin"); in TEST_F() 79 ro->mutable_hardware()->set_power("marlin-profile"); in TEST_F() 80 ro->mutable_product()->add_cpu_abilist("arm64-v8a"); in TEST_F() [all …]
|
/aosp14/frameworks/base/cmds/incident_helper/testdata/ |
H A D | system_properties.txt | 9 [ro.boot.boottime]: [1BLL:85,1BLE:898,2BLL:0,2BLE:862,SW:6739,KL:340] 10 [ro.bootimage.build.date.utc]: [1509394807] 11 [ro.bootimage.build.fingerprint]: [google/marlin/marlin:P/MASTER/jinyithu10301320:eng/dev-keys] 12 [ro.hardware]: [marlin] 13 [ro.hardware.power]: [marlin-profile] 14 [ro.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi] 15 [ro.product.vendor.brand]: [google] 16 [ro.wifi.channels]: []
|
/aosp14/system/core/llkd/ |
H A D | llkd-debuggable.rc | 1 on property:ro.debuggable=1 2 setprop llk.enable ${ro.llk.enable:-0} 3 setprop khungtask.enable ${ro.khungtask.enable:-1} 5 on property:ro.llk.enable=eng 6 setprop llk.enable ${ro.debuggable:-0} 8 on property:ro.khungtask.enable=eng 9 setprop khungtask.enable ${ro.debuggable:-0}
|
H A D | llkd.rc | 1 # eng default for ro.llk.enable and ro.khungtask.enable 2 on property:ro.debuggable=* 3 setprop llk.enable ${ro.llk.enable:-0} 4 setprop khungtask.enable ${ro.khungtask.enable:-0} 6 on property:ro.llk.enable=true 15 on property:ro.khungtask.enable=true 26 write /proc/sys/kernel/hung_task_timeout_secs ${ro.khungtask.timeout:-720} 35 start llkd-${ro.debuggable:-0}
|
/aosp14/system/core/healthd/api/ |
H A D | charger_sysprop-latest.txt | 6 prop_name: "ro.charger.disable_init_blank" 12 prop_name: "ro.charger.draw_split_offset" 17 prop_name: "ro.charger.draw_split_screen" 22 prop_name: "ro.charger.enable_suspend" 27 prop_name: "ro.charger.no_ui"
|
/aosp14/system/core/storaged/ |
H A D | README.properties | 1 ro.storaged.event.interval # interval storaged scans for IO stats, in seconds 2 ro.storaged.event.perf_check # check for time spent in event loop, in microseconds 3 ro.storaged.disk_stats_pub # interval storaged publish disk stats, in seconds 4 ro.storaged.uid_io.interval # interval storaged checks Per UID IO usage, in seconds 5 ro.storaged.uid_io.threshold # Per UID IO usage limit, in bytes
|
/aosp14/system/core/healthd/ |
H A D | charger.sysprop | 7 prop_name: "ro.charger.draw_split_screen" 14 prop_name: "ro.charger.draw_split_offset" 21 prop_name: "ro.charger.disable_init_blank" 28 prop_name: "ro.charger.enable_suspend" 35 prop_name: "ro.charger.no_ui"
|
/aosp14/system/core/bootstat/ |
H A D | bootstat.rc | 4 # ro.boot.bootreason should be set by init already 6 on post-fs && property:ro.boot.bootreason=* 7 setprop sys.boot.reason ${ro.boot.bootreason} 36 chown system log /data/misc/bootstat/ro.boottime.init 37 chown system log /data/misc/bootstat/ro.boottime.init.cold_boot_wait 38 chown system log /data/misc/bootstat/ro.boottime.init.selinux 54 # IMPORTANT, ro.persistent_properties.ready=1 trigger is used here to ensure that we initialize 57 on property:ro.persistent_properties.ready=true 61 on property:ro.persistent_properties.ready=true
|
H A D | bootstat-debug.rc | 7 setprop ro.boot.bootreason ${persist.test.boot.reason}
|
H A D | boot_reason_test.sh | 96 if inAdb && [ 1 -ne `get_property ro.debuggable` ]; then 687 bootloader_reason=`validate_property ro.boot.bootreason` 688 EXPECT_PROPERTY ro.boot.bootreason ${bootloader_reason} 1078 EXPECT_PROPERTY ro.boot.bootreason '\(reboot\|reboot,rescueparty\)' 1146 EXPECT_PROPERTY ro.boot.bootreason "${bootloader_expected}"
|
/aosp14/frameworks/base/cmds/incident_helper/src/parsers/ |
H A D | SystemPropertiesParser.cpp | 109 Message ro(&roTable); in Parse() local 115 ro.addSubMessage(SystemPropertiesProto::Ro::BOOT, &boot); in Parse() 121 ro.addSubMessage(SystemPropertiesProto::Ro::BOOTIMAGE, &bootimage); in Parse() 133 ro.addSubMessage(SystemPropertiesProto::Ro::BUILD, &build); in Parse() 139 ro.addSubMessage(SystemPropertiesProto::Ro::CONFIG, &config); in Parse() 145 ro.addSubMessage(SystemPropertiesProto::Ro::HARDWARE, &hardware); in Parse() 157 ro.addSubMessage(SystemPropertiesProto::Ro::PRODUCT, &product); in Parse() 163 ro.addSubMessage(SystemPropertiesProto::Ro::TELEPHONY, &telephony); in Parse() 169 ro.addSubMessage(SystemPropertiesProto::Ro::VENDOR, &vendor); in Parse() 171 sysProp.addSubMessage(SystemPropertiesProto::RO, &ro); in Parse()
|
/aosp14/system/core/trusty/ |
H A D | trusty-base.mk | 44 ro.hardware.keystore_desede=true \ 45 ro.hardware.keystore=trusty \ 46 ro.hardware.gatekeeper=trusty
|
/aosp14/system/core/rootdir/ |
H A D | adb_debug.prop | 6 ro.adb.secure=0 9 ro.debuggable=1 12 ro.force.debuggable=1
|
H A D | init-debug.rc | 10 on early-init && property:ro.product.debugfs_restrictions.enabled=true 14 on property:sys.boot_completed=1 && property:ro.product.debugfs_restrictions.enabled=true && \
|
H A D | init.rc | 9 import /init.${ro.hardware}.rc 10 import /vendor/etc/init/hw/init.${ro.hardware}.rc 12 import /system/etc/init/hw/init.${ro.zygote}.rc 453 write /dev/cpu_variant:${ro.bionic.arch} ${ro.bionic.cpu_variant} 455 write /dev/cpu_variant:${ro.bionic.2nd_arch} ${ro.bionic.2nd_cpu_variant} 774 copy /data/misc/recovery/ro.build.fingerprint /data/misc/recovery/ro.build.fingerprint.1 777 write /data/misc/recovery/ro.build.fingerprint ${ro.build.fingerprint} 1090 on zygote-start && property:ro.crypto.state=encrypted && property:ro.crypto.type=file 1099 on boot && property:ro.config.low_ram=true 1304 on property:ro.debuggable=1 [all …]
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | HWUIProperties.sysprop | 6 prop_name: "ro.hwui.use_vulkan" 13 prop_name: "ro.hwui.render_ahead"
|
/aosp14/system/core/fs_mgr/ |
H A D | clean_scratch_files.rc | 1 on post-fs-data && property:ro.debuggable=1
|
/aosp14/frameworks/base/core/sysprop/api/ |
H A D | com.android.sysprop.localization-latest.txt | 7 prop_name: "ro.localization.locale_filter"
|
/aosp14/system/core/fs_mgr/fuzz/ |
H A D | fstab.dict | 12 "ro"
|
/aosp14/frameworks/base/libs/hwui/tests/scripts/ |
H A D | prep_generic.sh | 70 DEVICE=`getprop ro.product.device` 71 MODEL=`getprop ro.product.model`
|
/aosp14/frameworks/base/core/sysprop/ |
H A D | LocalizationProperties.sysprop | 21 prop_name: "ro.localization.locale_filter"
|
/aosp14/system/core/init/ |
H A D | README.md | 558 on property:ro.boot.myfancyhardware=1 665 fstab.${ro.hardware} or fstab.${ro.hardware.platform} will be scanned for 739 fstab.${ro.hardware} or fstab.${ro.hardware.platform} will be scanned for 758 fstab.${ro.hardware} or fstab.${ro.hardware.platform} will be scanned for 801 `ro.boot.init_rc` during initial boot. 893 `ro.boottime.init` 897 `ro.boottime.init.first_stage` 900 `ro.boottime.init.selinux` 903 `ro.boottime.init.modules` 906 `ro.boottime.init.cold_boot_wait` [all …]
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/ |
H A D | minimal_expected.txt | 51 application-label-ro:'Bubble Girl' 91 …n' 'ko' 'lt' 'lv' 'mk' 'ml' 'mr' 'ms' 'nb' 'nl' 'pa' 'pl' 'pt-BR' 'pt-PT' 'ro' 'ru' 'sk' 'sl' 'sq'…
|
/aosp14/system/core/fs_mgr/tests/ |
H A D | adb-remount-test.sh | 353 reason=`get_property ro.boot.bootreason` 587 get_property ro.boot.slot_suffix | tr -d _ 936 BUILD_DESCRIPTION=`get_property ro.build.description` 1143 adb_su mount -o remount,ro /vendor || 1160 adb_su mount -o remount,ro /vendor ||
|
/aosp14/frameworks/base/core/jni/ |
H A D | runtime_native_boot-flags-test.sh | 261 case $(adb shell getprop ro.zygote) in
|