Home
last modified time | relevance | path

Searched refs:GetAllExif (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_file_asset_napi.h71 std::string GetAllExif() const;
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h116 EXPORT const std::string &GetAllExif() const;
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h178 EXPORT const std::string &GetAllExif() const;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp470 const std::string &FileAsset::GetAllExif() const in GetAllExif() function in OHOS::Media::FileAsset
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata.cpp390 const string &Metadata::GetAllExif() const in GetAllExif() function in OHOS::Media::Metadata
H A Dmedia_scanner_db.cpp261 values.PutString(PhotoColumn::PHOTO_ALL_EXIF, metadata.GetAllExif()); in SetValuesFromMetaDataApi10()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfile_asset_napi.h75 std::string GetAllExif() const;
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_file_asset_napi.cpp323 std::string SendableFileAssetNapi::GetAllExif() const in GetAllExif() function in OHOS::Media::SendableFileAssetNapi
325 return fileAssetPtr->GetAllExif(); in GetAllExif()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp504 std::string FileAssetNapi::GetAllExif() const in GetAllExif() function in OHOS::Media::FileAssetNapi
506 return fileAssetPtr->GetAllExif(); in GetAllExif()
3539 if (!obj->GetAllExif().empty() && nlohmann::json::accept(obj->GetAllExif())) { in UserFileMgrGetExifComplete()
3540 allExifJson = nlohmann::json::parse(obj->GetAllExif()); in UserFileMgrGetExifComplete()
3542 if (allExifJson.is_discarded() || obj->GetAllExif().empty()) { in UserFileMgrGetExifComplete()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp347 value.PutString(PhotoColumn::PHOTO_ALL_EXIF, data->GetAllExif()); in SetValueFromMetaData()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp1167 string exifStr = fileAsset->GetAllExif(); in UpdateOrientationAllExif()
1453 fileAsset->GetAllExif().c_str()); in UpdateFileAsset()

Completed in 26 milliseconds