Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dproperties.h76 class CachedProperty {
78 explicit CachedProperty(const char* property_name);
/system/libbase/
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()
Dproperties_test.cpp261 TEST(properties, CachedProperty) { in TEST() argument
263 android::base::CachedProperty cached_property("debug.libbase.CachedProperty_test"); in TEST()