Home
last modified time | relevance | path

Searched refs:cached_area_serial_ (Results 1 – 2 of 2) sorted by relevance

/system/libbase/
Dproperties.cpp227 cached_area_serial_(0), in CachedProperty()
242 if (property_area_serial != cached_area_serial_) { in Get()
244 cached_area_serial_ = property_area_serial; in Get()
/system/libbase/include/android-base/
Dproperties.h92 std::optional<uint32_t> cached_area_serial_; variable