Home
last modified time | relevance | path

Searched refs:system_properties (Results 1 – 18 of 18) sorted by relevance

/aosp12/bionic/tests/
H A Dsystem_properties_test.cpp94 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 Dsystem_property_api.cpp37 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 Dproperty_benchmark.cpp93 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 Dtrinket.mk13 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml \
/aosp12/hardware/qcom/sm8150/media/conf_files/atoll/
H A Datoll.mk13 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
/aosp12/hardware/qcom/sm7250/media/conf_files/kona/
H A Dkona.mk14 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
/aosp12/system/bt/gd/os/
H A DAndroid.bp15 "android/system_properties.cc",
33 "host/system_properties.cc",
H A DBUILD.gn19 "linux/system_properties.cc",
/aosp12/hardware/qcom/sm7250/media/conf_files/lito/
H A Dlito.mk16 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
/aosp12/hardware/qcom/sm8150/media/conf_files/msmnile/
H A Dmsmnile.mk13 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
/aosp12/hardware/qcom/sm7250/media/conf_files/bengal/
H A Dbengal.mk15 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml \
/aosp12/hardware/qcom/sm8150/media/conf_files/sm6150/
H A Dsm6150.mk19 $(CONFIG_PATH)/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
/aosp12/bionic/libc/system_properties/
H A DAndroid.bp21 "system_properties.cpp",
/aosp12/system/core/libcutils/include/cutils/
H A Dproperties.h23 #if __has_include(<sys/system_properties.h>)
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h23 #if __has_include(<sys/system_properties.h>)
/aosp12/packages/services/Car/
H A D.clang-format30 …fs|swap|syscall|sysconf|sysinfo|syslog|sysmacros|_system_properties|system_properties|thread_prope…
/aosp12/system/core/libcutils/
H A Dproperties.cpp94 #if __has_include(<sys/system_properties.h>)
/aosp12/frameworks/base/core/proto/android/os/
H A Dincident.proto34 import "frameworks/base/core/proto/android/os/system_properties.proto";
80 optional SystemPropertiesProto system_properties = 1000 [ field