Searched refs:CachedProperty (Results 1 – 3 of 3) sorted by relevance
76 class CachedProperty {78 explicit CachedProperty(const char* property_name);
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()