Searched refs:thumbnailGenerateObserverMap (Results 1 – 1 of 1) sorted by relevance
102 …tic SafeMap<int32_t, std::shared_ptr<ThumbnailBatchGenerateObserver>> thumbnailGenerateObserverMap; variable5826 if (thumbnailGenerateObserverMap.Find(requestId, dataObserver)) { in RegisterThumbnailGenerateObserver()5833 thumbnailGenerateObserverMap.Insert(requestId, dataObserver); in RegisterThumbnailGenerateObserver()5839 if (!thumbnailGenerateObserverMap.Find(requestId, dataObserver)) { in UnregisterThumbnailGenerateObserver()5845 thumbnailGenerateObserverMap.Erase(requestId); in UnregisterThumbnailGenerateObserver()