Home
last modified time | relevance | path

Searched defs:srcKey (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Dcrypto_manager_test.cpp153 std::vector<uint8_t> srcKey {}; variable
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_provider.cpp588 const sk_sp<SkImage>& rawImage, int32_t dstWidth, int32_t dstHeight, const std::string& srcKey)
639 …d::shared_ptr<RSImage>& rawRSImage, int32_t dstWidth, int32_t dstHeight, const std::string& srcKey)
Dimage_compressor.cpp279 void ImageCompressor::WriteToFile(std::string srcKey, sk_sp<SkData> compressedData, Size imgSize)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_pattern.cpp691 auto srcKey = src.GetKey(); in LoadImage() local