Searched refs:GenerateCacheKey (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_source_info.cpp | 167 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 D | image_object.cpp | 35 std::string ImageObject::GenerateCacheKey(const ImageSourceInfo& srcInfo, Size targetImageSize) in GenerateCacheKey() function in OHOS::Ace::ImageObject 190 auto key = GenerateCacheKey(imageSource, imageSize);
|
H A D | image_source_info.h | 89 void GenerateCacheKey();
|
H A D | image_object.h | 49 static std::string GenerateCacheKey(const ImageSourceInfo& srcInfo, Size targetSize);
|
H A D | image_provider.cpp | 137 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 D | mock_image_source_info.cpp | 290 void ImageSourceInfo::GenerateCacheKey() {} in GenerateCacheKey() function in OHOS::Ace::ImageSourceInfo
|