Searched refs:internalPropValue (Results 1 – 1 of 1) sorted by relevance
120 auto internalPropValue = mPropStore->readValueOrNull(requestedPropValue); in get()121 if (internalPropValue != nullptr) { in get()122 v = getValuePool()->obtain(*internalPropValue); in get()307 auto internalPropValue = mPropStore->readValueOrNull(property); in onContinuousPropertyTimer() local308 if (internalPropValue != nullptr) { in onContinuousPropertyTimer()309 v = pool.obtain(*internalPropValue); in onContinuousPropertyTimer()