Home
last modified time | relevance | path

Searched refs:IsSameTextStr (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp788 if (IsSameTextStr(key, ORIENTATION)) { in GetImagePropertyInt()
816 if (IsSameTextStr(key, BITS_PER_SAMPLE)) { in GetImagePropertyString()
849 if (IsSameTextStr(key, EXPOSURE_TIME)) { in GetImagePropertyString()
851 } else if (IsSameTextStr(key, F_NUMBER)) { in GetImagePropertyString()
867 } else if (IsSameTextStr(key, MAKE)) { in GetImagePropertyString()
869 } else if (IsSameTextStr(key, MODEL)) { in GetImagePropertyString()
889 } else if (IsSameTextStr(key, FLASH)) { in GetImagePropertyString()
902 if (IsSameTextStr(key, USER_COMMENT)) { in GetImagePropertyStringEx()
981 if (!IsSameTextStr(src, "")) { in FormatTimeStamp()
988 if (IsSameTextStr(key, BITS_PER_SAMPLE)) { in getExifTagFromKey()
[all …]
H A Dexif_info.cpp1767 for (uint32_t i = 0; (IsSameTextStr(EXIF_TAG_TABLE[i].name, "")); i++) { in IsValidTagNumber()
2020 if (IsSameTextStr(DATE_TIME_ORIGINAL_MEDIA, name)) { in SpecialExifData()
2027 } else if (IsSameTextStr(TAG_ORIENTATION_INT, name)) { in SpecialExifData()
2048 return IsSameTextStr(item.second, name); in GetExifTagByName()
2052 return IsSameTextStr(item.second, name); in GetExifTagByName()
2079 if (IsSameTextStr(value, DEFAULT_EXIF_VALUE)) { in GetExifData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp188 if (IsSameTextStr(key, "BitsPerSample")) { in CheckExifDataValue()
190 } else if (IsSameTextStr(key, "Orientation")) { in CheckExifDataValue()
192 } else if (IsSameTextStr(key, "ImageLength") || IsSameTextStr(key, "ImageWidth")) { in CheckExifDataValue()
196 } else if (IsSameTextStr(key, "GPSLatitude") || IsSameTextStr(key, "GPSLongitude")) { in CheckExifDataValue()
198 } else if (IsSameTextStr(key, "GPSLatitudeRef")) { in CheckExifDataValue()
199 if (!IsSameTextStr(value, "N") && !IsSameTextStr(value, "S")) { in CheckExifDataValue()
202 } else if (IsSameTextStr(key, "GPSLongitudeRef")) { in CheckExifDataValue()
203 if (!IsSameTextStr(value, "W") && !IsSameTextStr(value, "E")) { in CheckExifDataValue()
222 if (!IsSameTextStr(pathName_, "")) { in ModifyImageProperty()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dstring_ex.h215 bool IsSameTextStr(const std::string& first, const std::string& second);
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-string.md22 | bool | **IsSameTextStr**(const std::string& first, const std::string& second)<br>判断两个输入字符串内容是否相同(…
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp388 bool result = IsSameTextStr(strFirst, strSecond);
392 result = IsSameTextStr(strFirst, strSecond);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
H A Dstring_benchmark_test.cpp464 bool result = IsSameTextStr(strFirst, strSecond); in BENCHMARK_F()
468 result = IsSameTextStr(strFirst, strSecond); in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp234 bool IsSameTextStr(const string& first, const string& second) in IsSameTextStr() function
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp243 …if (IsSameTextStr(stub->GetServiceName(), serviceStr8) && IsSameTextStr(stub->GetDeviceID(), devic… in IsSameStubObject()
/ohos5.0/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp526 ASSERT_TRUE(IsSameTextStr(Str16ToStr8(descriptor), "test.ipc.ITestService"));
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1723 if (IsSameTextStr(key, ACTUAL_IMAGE_ENCODED_FORMAT)) { in HeapMemAlloc()
1822 if (IsSameTextStr(key, TAG_ORIENTATION_STRING)) { in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1955 if (!IsSameTextStr(context->pathName, "")) { in ModifyImagePropertiesExecute()
1992 if (!IsSameTextStr(context->pathName, "")) { in ModifyImagePropertyExecute()