HomeSort by relevance Sort by last modified time
    Searched refs:system_properties (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/bionic/
system_property_api.cpp 32 #include <system_properties/prop_area.h>
33 #include <system_properties/system_properties.h>
37 static SystemProperties system_properties; variable
48 return system_properties.Init(PROP_FILENAME) ? 0 : -1;
61 return system_properties.AreaInit(PROP_FILENAME, &fsetxattr_failed) && !fsetxattr_failed ? 0 : -1;
66 return system_properties.AreaSerial();
71 return system_properties.Find(name);
76 return system_properties.Read(pi, name, value);
84 return system_properties.ReadCallback(pi, callback, cookie)
    [all...]
  /bionic/tests/
system_properties_test.cpp 36 #include <system_properties/system_properties.h>
94 SystemPropertiesTest system_properties; local
95 ASSERT_TRUE(system_properties.valid());
97 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6));
98 ASSERT_EQ(0, system_properties.Add("other_property", 14, "value2", 6));
99 ASSERT_EQ(0, system_properties.Add("property_other", 14, "value3", 6));
109 ASSERT_EQ(0, system_properties.Add(name, strlen(name), "value", 5));
112 ASSERT_EQ(6, system_properties.Get("property", propvalue));
115 ASSERT_EQ(6, system_properties.Get("other_property", propvalue))
130 SystemPropertiesTest system_properties; local
165 SystemPropertiesTest system_properties; local
211 SystemPropertiesTest system_properties; local
228 SystemPropertiesTest system_properties; local
257 SystemPropertiesTest system_properties; local
316 SystemPropertiesTest system_properties; local
337 SystemPropertiesTest system_properties; local
353 SystemPropertiesTest system_properties; local
384 SystemPropertiesTest system_properties; local
445 SystemPropertiesTest system_properties; local
518 SystemPropertiesTest system_properties; local
    [all...]
system_properties_test2.cpp 26 #include <sys/system_properties.h>
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_qmi_client.h 29 #include <sys/system_properties.h>
  /hardware/ril/reference-ril/
misc.c 17 #include <sys/system_properties.h>
  /bionic/benchmarks/
property_benchmark.cpp 34 #include <system_properties/system_properties.h>
92 SystemProperties& system_properties() { function in struct:LocalPropertyTestState
134 pa.system_properties().Get(pa.names[random() % nprops], value);
146 pa.system_properties().Find(pa.names[random() % nprops]);
161 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]);
166 pa.system_properties().Read(pinfo[i], 0, propvalue);
182 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]);
187 pa.system_properties().Serial(pinfo[i]);
  /bionic/libc/include/sys/
_system_properties.h 36 #error you should #include <sys/system_properties.h> instead
39 #include <sys/system_properties.h>
  /build/soong/cc/libbuildversion/
libbuildversion.cpp 20 #include <sys/system_properties.h>
  /cts/tests/tests/os/jni/
android_os_cts_HardwareName.cpp 19 #include <sys/system_properties.h>
  /external/toybox/toys/android/
start.c 30 #include <sys/system_properties.h>
setprop.c 20 #include <sys/system_properties.h>
getprop.c 20 #include <sys/system_properties.h>
  /frameworks/compile/libbcc/lib/
Properties.h 24 #include <sys/system_properties.h>
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestBase.cpp 19 #include <sys/system_properties.h>
  /bionic/libc/system_properties/include/system_properties/
prop_info.h 33 #include <sys/system_properties.h>
system_properties.h 33 #include <sys/system_properties.h>
  /external/perfetto/test/cts/
end_to_end_integrationtest_cts.cc 18 #include <sys/system_properties.h>
  /system/core/libcutils/include/cutils/
properties.h 22 #include <sys/system_properties.h>
33 ** WARNING: system/bionic/include/sys/system_properties.h also defines
  /system/core/libsysutils/src/
ServiceManager.cpp 22 #include <sys/system_properties.h>
  /cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio_mmap.cpp 26 #include <sys/system_properties.h>
  /system/core/toolbox/
getprop.cpp 18 #include <sys/system_properties.h>
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
framebuffer.cpp 24 #include <sys/system_properties.h>
  /libnativehelper/
JniInvocation.cpp 29 #include <sys/system_properties.h>
  /frameworks/rs/
rsCppUtils.h 31 #include <sys/system_properties.h>
  /system/core/base/
properties.cpp 21 #include <sys/system_properties.h>

Completed in 690 milliseconds

1 2