Searched refs:CachedProperty (Results 1 – 8 of 8) sorted by relevance
38 class CachedProperty {41 explicit CachedProperty(const char* property_name) in CachedProperty() function78 __system_property_read_callback(prop_info_, &CachedProperty::Callback, this); in Get()97 CachedProperty* instance = reinterpret_cast<CachedProperty*>(data); in Callback()
35 using android::base::CachedProperty;39 static NoDestructor<CachedProperty> log_property GUARDED_BY(log_mutex)("debug.adbd.logging");42 static NoDestructor<CachedProperty> persist_log_property64 static LogStatus GetLogStatus(android::base::CachedProperty* property, in GetLogStatus()
224 CachedProperty::CachedProperty(const char* property_name) in CachedProperty() function in android::base::CachedProperty234 const char* CachedProperty::Get(bool* changed) { in Get()255 CachedProperty* instance = reinterpret_cast<CachedProperty*>(data); in Get()
261 TEST(properties, CachedProperty) { in TEST() argument263 android::base::CachedProperty cached_property("debug.libbase.CachedProperty_test"); in TEST()
76 class CachedProperty {78 explicit CachedProperty(const char* property_name);
33 static CachedProperty g_debug_atrace_tags_enableflags("debug.atrace.tags.enableflags");
96 static CachedProperty debug_ld_all("debug.ld.all"); in ResetState()
50 static CachedProperty persist_sys_timezone("persist.sys.timezone"); in tzset_unlocked()