Searched refs:cachedImageData (Results 1 – 1 of 1) sorted by relevance
191 auto cachedImageData = QueryDataFromCache(src_, dataHit); in NotifyReadyIfCacheHit() local192 CHECK_NULL_RETURN(cachedImageData, false); in NotifyReadyIfCacheHit()193 …auto notifyDataReadyTask = [weak = AceType::WeakClaim(this), data = std::move(cachedImageData), da… in NotifyReadyIfCacheHit()