Home
last modified time | relevance | path

Searched defs:rawText (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
Dpng_image_chunk_utils.cpp70 DataBuf rawText = GetRawTextFromChunk(chunkData, keyword.Size(), chunkType, isCompressed); in ParseTextChunk() local
100 DataBuf &rawText, bool &isCompressed) in GetRawTextFromZtxtChunk()
130 …mageChunkUtils::GetRawTextFromTextChunk(const DataBuf &chunkData, size_t keySize, DataBuf &rawText) in GetRawTextFromTextChunk()
175 DataBuf &rawText, bool &isCompressed) in GetRawTextFromItxtChunk()
228 DataBuf rawText; in GetRawTextFromChunk() local
285 int PngImageChunkUtils::GetTiffDataFromRawText(const DataBuf &rawText, DataBuf &tiffData) in GetTiffDataFromRawText()
414 DataBuf PngImageChunkUtils::ConvertRawTextToExifInfo(const DataBuf &rawText) in ConvertRawTextToExifInfo()
/foundation/distributedhardware/device_manager/utils/src/crypto/
Ddm_crypto.cpp208 std::string rawText = text + salt; in GetHashWithSalt() local