Home
last modified time | relevance | path

Searched refs:CheckExifDataValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp141 static bool CheckExifDataValue(const std::string &value) in CheckExifDataValue() function
186 static bool CheckExifDataValue(const std::string &key, const std::string &value) in CheckExifDataValue() function
189 return CheckExifDataValue(value); in CheckExifDataValue()
217 if (!CheckExifDataValue(key, value)) { in ModifyImageProperty()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1927 static uint32_t CheckExifDataValue(const std::string &key, const std::string &value, std::string &e… in CheckExifDataValue() function
1948 status = CheckExifDataValue(recordIterator->first, recordIterator->second, context->errMsg); in ModifyImagePropertiesExecute()
1985 uint32_t status = CheckExifDataValue(context->keyStr, context->valueStr, context->errMsg); in ModifyImagePropertyExecute()