/aosp12/bionic/tests/ |
H A D | system_properties_test.cpp | 94 SystemPropertiesTest system_properties; in TEST() local 95 ASSERT_TRUE(system_properties.valid()); in TEST() 130 SystemPropertiesTest system_properties; in TEST() local 131 ASSERT_TRUE(system_properties.valid()); in TEST() 165 SystemPropertiesTest system_properties; in TEST() local 237 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(0), name, value)); in TEST() 240 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(1), name, value)); in TEST() 243 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(2), name, value)); in TEST() 445 SystemPropertiesTest system_properties; in TEST() local 446 ASSERT_TRUE(system_properties.valid()); in TEST() [all …]
|
/aosp12/bionic/libc/bionic/ |
H A D | system_property_api.cpp | 37 static SystemProperties system_properties; variable 48 return system_properties.Init(PROP_FILENAME) ? 0 : -1; in __system_properties_init() 64 return system_properties.AreaSerial(); in __system_property_area_serial() 69 return system_properties.Find(name); in __system_property_find() 74 return system_properties.Read(pi, name, value); in __system_property_read() 82 return system_properties.ReadCallback(pi, callback, cookie); in __system_property_read_callback() 87 return system_properties.Get(name, value); in __system_property_get() 92 return system_properties.Update(pi, value, len); in __system_property_update() 114 return system_properties.WaitAny(old_serial); in __system_property_wait_any() 125 return system_properties.FindNth(n); in __system_property_find_nth() [all …]
|
/aosp12/bionic/benchmarks/ |
H A D | property_benchmark.cpp | 93 SystemProperties& system_properties() { in system_properties() function 135 pa.system_properties().Get(pa.names[random() % nprops], value); in BM_property_get() 147 pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_find() 162 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_read() 167 pa.system_properties().Read(pinfo[i], nullptr, propvalue); in BM_property_read() 183 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_serial()
|
/aosp12/hardware/qcom/sm8150/media/conf_files/trinket/ |
H A D | trinket.mk | 13 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml \
|
/aosp12/hardware/qcom/sm8150/media/conf_files/atoll/ |
H A D | atoll.mk | 13 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
|
/aosp12/hardware/qcom/sm7250/media/conf_files/kona/ |
H A D | kona.mk | 14 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
|
/aosp12/system/bt/gd/os/ |
H A D | Android.bp | 15 "android/system_properties.cc", 33 "host/system_properties.cc",
|
H A D | BUILD.gn | 19 "linux/system_properties.cc",
|
/aosp12/hardware/qcom/sm7250/media/conf_files/lito/ |
H A D | lito.mk | 16 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
|
/aosp12/hardware/qcom/sm8150/media/conf_files/msmnile/ |
H A D | msmnile.mk | 13 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
|
/aosp12/hardware/qcom/sm7250/media/conf_files/bengal/ |
H A D | bengal.mk | 15 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml \
|
/aosp12/hardware/qcom/sm8150/media/conf_files/sm6150/ |
H A D | sm6150.mk | 19 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
|
/aosp12/bionic/libc/system_properties/ |
H A D | Android.bp | 21 "system_properties.cpp",
|
/aosp12/system/core/libcutils/include/cutils/ |
H A D | properties.h | 23 #if __has_include(<sys/system_properties.h>)
|
/aosp12/system/core/libcutils/include_outside_system/cutils/ |
H A D | properties.h | 23 #if __has_include(<sys/system_properties.h>)
|
/aosp12/packages/services/Car/ |
H A D | .clang-format | 30 …fs|swap|syscall|sysconf|sysinfo|syslog|sysmacros|_system_properties|system_properties|thread_prope…
|
/aosp12/system/core/libcutils/ |
H A D | properties.cpp | 94 #if __has_include(<sys/system_properties.h>)
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | incident.proto | 34 import "frameworks/base/core/proto/android/os/system_properties.proto"; 80 optional SystemPropertiesProto system_properties = 1000 [ field
|