Searched refs:internalPropValue (Results 1 – 1 of 1) sorted by relevance
122 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()123 if (internalPropValue != nullptr) { in get()124 v = getValuePool()->obtain(*internalPropValue); in get()234 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer() local235 if (internalPropValue != nullptr) { in onContinuousPropertyTimer()236 v = pool.obtain(*internalPropValue); in onContinuousPropertyTimer()