Home
last modified time | relevance | path

Searched refs:GenerateCacheKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp167 GenerateCacheKey(); in ImageSourceInfo()
201 GenerateCacheKey(); in ImageSourceInfo()
219 void ImageSourceInfo::GenerateCacheKey() in GenerateCacheKey() function in OHOS::Ace::ImageSourceInfo
266 GenerateCacheKey(); in SetSrc()
285 GenerateCacheKey(); in SetResourceId()
H A Dimage_object.cpp35 std::string ImageObject::GenerateCacheKey(const ImageSourceInfo& srcInfo, Size targetImageSize) in GenerateCacheKey() function in OHOS::Ace::ImageObject
190 auto key = GenerateCacheKey(imageSource, imageSize);
H A Dimage_source_info.h89 void GenerateCacheKey();
H A Dimage_object.h49 static std::string GenerateCacheKey(const ImageSourceInfo& srcInfo, Size targetSize);
H A Dimage_provider.cpp137 auto key = ImageObject::GenerateCacheKey(imageInfo, imageSize); in ProccessUploadResult()
550 … rawImage, dstWidth, dstHeight, ImageObject::GenerateCacheKey(ImageSourceInfo(src), imageSize));
582 … rawImage, dstWidth, dstHeight, ImageObject::GenerateCacheKey(ImageSourceInfo(src), imageSize));
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp290 void ImageSourceInfo::GenerateCacheKey() {} in GenerateCacheKey() function in OHOS::Ace::ImageSourceInfo