/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 788 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 D | exif_info.cpp | 1767 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 D | image_source_impl.cpp | 188 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 D | string_ex.h | 215 bool IsSameTextStr(const std::string& first, const std::string& second);
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-string.md | 22 | bool | **IsSameTextStr**(const std::string& first, const std::string& second)<br>判断两个输入字符串内容是否相同(…
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_string_test.cpp | 388 bool result = IsSameTextStr(strFirst, strSecond); 392 result = IsSameTextStr(strFirst, strSecond);
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/ |
H A D | string_benchmark_test.cpp | 464 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 D | string_ex.cpp | 234 bool IsSameTextStr(const string& first, const string& second) in IsSameTextStr() function
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 243 …if (IsSameTextStr(stub->GetServiceName(), serviceStr8) && IsSameTextStr(stub->GetDeviceID(), devic… in IsSameStubObject()
|
/ohos5.0/foundation/communication/ipc/ipc/test/moduletest/native/common/ |
H A D | ipc_core_module_test.cpp | 526 ASSERT_TRUE(IsSameTextStr(Str16ToStr8(descriptor), "test.ipc.ITestService"));
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 1723 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 D | image_source_napi.cpp | 1955 if (!IsSameTextStr(context->pathName, "")) { in ModifyImagePropertiesExecute() 1992 if (!IsSameTextStr(context->pathName, "")) { in ModifyImagePropertyExecute()
|