Home
last modified time | relevance | path

Searched refs:rawText (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp71 if (rawText.Empty()) { in ParseTextChunk()
100 DataBuf &rawText, bool &isCompressed) in GetRawTextFromZtxtChunk() argument
127 return rawText; in GetRawTextFromZtxtChunk()
137 return rawText; in GetRawTextFromTextChunk()
175 DataBuf &rawText, bool &isCompressed) in GetRawTextFromItxtChunk() argument
213 rawText = DataBuf(textPtr, textLen); in GetRawTextFromItxtChunk()
222 return rawText; in GetRawTextFromItxtChunk()
228 DataBuf rawText; in GetRawTextFromChunk() local
240 return rawText; in GetRawTextFromChunk()
416 if (rawText.Size() <= 1) { in ConvertRawTextToExifInfo()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dpng_image_chunk_utils.h50 DataBuf &rawText, bool &isCompressed);
53 …static DataBuf GetRawTextFromTextChunk(const DataBuf &chunkData, size_t keySize, DataBuf &rawText);
57 DataBuf &rawText, bool &isCompressed);
70 static int GetTiffDataFromRawText(const DataBuf &rawText, DataBuf &tiffData);
85 static DataBuf ConvertRawTextToExifInfo(const DataBuf &rawText);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dstringfilter.cpp81 std::string rawText = ""; in EscapeToRaw() local
85 rawText.append(charTab_[ic]); in EscapeToRaw()
87 rawText.push_back(c); in EscapeToRaw()
90 return rawText; in EscapeToRaw()
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H A Dstring_filter.cpp81 std::string rawText = ""; in EscapeToRaw() local
85 rawText.append(charTab_[ic]); in EscapeToRaw()
87 rawText.push_back(c); in EscapeToRaw()
90 return rawText; in EscapeToRaw()
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp208 std::string rawText = text + salt; in GetHashWithSalt() local
209 return Crypto::Sha256(rawText); in GetHashWithSalt()