Home
last modified time | relevance | path

Searched refs:StrCreateTimeByMilliseconds (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_reporter.cpp48 std::string date = RingtoneFileUtils::StrCreateTimeByMilliseconds(DATE_FORMAT, in ReportDfxMessage()
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/utils/
H A Denhancement_database_operations.cpp102 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_YEAR_FORMAT, dateAdded)); in HandleDateAdded()
104 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_MONTH_FORMAT, dateAdded)); in HandleDateAdded()
106 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_DAY_FORMAT, dateAdded)); in HandleDateAdded()
/foundation/multimedia/ringtone_library/services/utils/include/
H A Dringtone_file_utils.h53 EXPORT static std::string StrCreateTimeByMilliseconds(const std::string &format, int64_t time);
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner_db.cpp123 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_YEAR_FORMAT, dateAdded)); in SetDateDay()
125 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_MONTH_FORMAT, dateAdded)); in SetDateDay()
127 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_DAY_FORMAT, dateAdded)); in SetDateDay()
173 string dateDayNew = MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_DAY_FORMAT, dateAdded); in FixDateDayIfNeeded()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedia_file_utils.h157 EXPORT static std::string StrCreateTimeByMilliseconds(const std::string &format, int64_t time);
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp362 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_YEAR_FORMAT, dateAdded)); in SetValueFromMetaData()
364 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_MONTH_FORMAT, dateAdded)); in SetValueFromMetaData()
366 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_DAY_FORMAT, dateAdded)); in SetValueFromMetaData()
/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp491 string RingtoneFileUtils::StrCreateTimeByMilliseconds(const string &format, int64_t time) in StrCreateTimeByMilliseconds() function in OHOS::Media::RingtoneFileUtils
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp762 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_YEAR_FORMAT, dateAdded)); in HandleDateAdded()
764 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_MONTH_FORMAT, dateAdded)); in HandleDateAdded()
766 MediaFileUtils::StrCreateTimeByMilliseconds(PhotoColumn::PHOTO_DATE_DAY_FORMAT, dateAdded)); in HandleDateAdded()

Completed in 11 milliseconds