Searched refs:cached_value_ (Results 1 – 3 of 3) sorted by relevance
48 cached_value_[0] = '\0'; in CachedProperty()84 return cached_value_; in Get()92 char cached_value_[PROP_VALUE_MAX]; variable104 strlcpy(instance->cached_value_, value, PROP_VALUE_MAX); in Callback()
231 static_assert(sizeof(cached_value_) == PROP_VALUE_MAX); in CachedProperty()262 strlcpy(instance->cached_value_, value, PROP_VALUE_MAX); in Get()276 return cached_value_; in Get()
94 char cached_value_[92]; variable