Searched refs:ReadProperty (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_os_SystemProperties.cpp | 47 void ReadProperty(const prop_info* prop, Functor&& functor) in ReadProperty() function 63 void ReadProperty(JNIEnv* env, jstring keyJ, Functor&& functor) in ReadProperty() function 74 ReadProperty(prop, std::forward<Functor>(functor)); in ReadProperty() 85 ReadProperty(env, keyJ, [&](const char* value) { in SystemProperties_getSS() 101 ReadProperty(env, keyJ, [&](const char* value) { in SystemProperties_get_integral() 127 ReadProperty(env, keyJ, [&](const char* value) { in SystemProperties_get_boolean() 152 ReadProperty(prop, [&](const char* value) { in SystemProperties_getH() 163 ReadProperty(prop, [&](const char* value) { in SystemProperties_get_integralH() 173 ReadProperty(prop, [&](const char* value) { in SystemProperties_get_booleanH()
|