Home
last modified time | relevance | path

Searched refs:GetUserComment (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_file_asset_napi.h73 std::string GetUserComment() const;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h113 EXPORT const std::string &GetUserComment() const;
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h184 EXPORT const std::string &GetUserComment() const;
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfile_asset_napi.h77 std::string GetUserComment() const;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp490 const std::string &FileAsset::GetUserComment() const in GetUserComment() function in OHOS::Media::FileAsset
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata.cpp380 const string &Metadata::GetUserComment() const in GetUserComment() function in OHOS::Media::Metadata
H A Dmedia_scanner_db.cpp258 values.PutString(PhotoColumn::PHOTO_USER_COMMENT, metadata.GetUserComment()); in SetValuesFromMetaDataApi10()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_file_asset_napi.cpp328 std::string SendableFileAssetNapi::GetUserComment() const in GetUserComment() function in OHOS::Media::SendableFileAssetNapi
330 return fileAssetPtr->GetUserComment(); in GetUserComment()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp511 std::string FileAssetNapi::GetUserComment() const in GetUserComment() function in OHOS::Media::FileAssetNapi
513 return fileAssetPtr->GetUserComment(); in GetUserComment()
3535 allExifJson[PHOTO_DATA_IMAGE_USER_COMMENT] = obj->GetUserComment(); in UserFileMgrGetExifComplete()
H A Dmedia_asset_change_request_napi.cpp2121 valuesBucket.Put(PhotoColumn::PHOTO_USER_COMMENT, fileAsset->GetUserComment()); in SetUserCommentExecute()