Home
last modified time | relevance | path

Searched refs:CachedProperty (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/libc/private/
H A DCachedProperty.h38 class CachedProperty {
41 explicit CachedProperty(const char* property_name) in CachedProperty() function
78 __system_property_read_callback(prop_info_, &CachedProperty::Callback, this); in Get()
97 CachedProperty* instance = reinterpret_cast<CachedProperty*>(data); in Callback()
/aosp12/packages/modules/adb/daemon/
H A Dlogging.cpp35 using android::base::CachedProperty;
39 static NoDestructor<CachedProperty> log_property GUARDED_BY(log_mutex)("debug.adbd.logging");
42 static NoDestructor<CachedProperty> persist_log_property
64 static LogStatus GetLogStatus(android::base::CachedProperty* property, in GetLogStatus()
/aosp12/system/libbase/
H A Dproperties.cpp224 CachedProperty::CachedProperty(const char* property_name) in CachedProperty() function in android::base::CachedProperty
234 const char* CachedProperty::Get(bool* changed) { in Get()
255 CachedProperty* instance = reinterpret_cast<CachedProperty*>(data); in Get()
H A Dproperties_test.cpp261 TEST(properties, CachedProperty) { in TEST() argument
263 android::base::CachedProperty cached_property("debug.libbase.CachedProperty_test"); in TEST()
/aosp12/system/libbase/include/android-base/
H A Dproperties.h76 class CachedProperty {
78 explicit CachedProperty(const char* property_name);
/aosp12/bionic/libc/bionic/
H A Dbionic_systrace.cpp33 static CachedProperty g_debug_atrace_tags_enableflags("debug.atrace.tags.enableflags");
/aosp12/bionic/linker/
H A Dlinker_logger.cpp96 static CachedProperty debug_ld_all("debug.ld.all"); in ResetState()
/aosp12/bionic/libc/tzcode/
H A Dbionic.cpp50 static CachedProperty persist_sys_timezone("persist.sys.timezone"); in tzset_unlocked()