Home
last modified time | relevance | path

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

/system/core/base/
Dproperties.cpp203 cached_property_serial_(0), in CachedProperty()
210 std::optional<uint32_t> initial_property_serial_ = cached_property_serial_; in Get()
226 if (property_serial != cached_property_serial_) { in Get()
231 instance->cached_property_serial_ = serial; in Get()
245 *changed = cached_property_serial_ != initial_property_serial_; in Get()
/system/core/base/include/android-base/
Dproperties.h93 std::optional<uint32_t> cached_property_serial_; variable