Home
last modified time | relevance | path

Searched refs:dateKey (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp2075 bool ThumbnailUtils::GenerateKvStoreKey(const std::string &fileId, const std::string &dateKey, std::string &key) in GenerateKvStoreKey() argument
2081 if (dateKey.empty()) { in GenerateKvStoreKey()
2082 MEDIA_ERR_LOG("dateKey is empty"); in GenerateKvStoreKey()
2093 length = dateKey.length(); in GenerateKvStoreKey()
2096 MEDIA_ERR_LOG("dateKey invalid, id:%{public}s", fileId.c_str()); in GenerateKvStoreKey()
2099 assembledDateKey = dateKey; in GenerateKvStoreKey()
2101 assembledDateKey = KVSTORE_DATE_ADDED_TEMPLATE.substr(length) + dateKey; in GenerateKvStoreKey()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_utils.h149 EXPORT static bool GenerateKvStoreKey(const std::string &fileId, const std::string &dateKey, std::string &key);
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp629 static bool GenerateKvStoreKey(const std::string &fileId, const std::string &dateKey, std::string &key) in GenerateKvStoreKey() argument
635 if (dateKey.empty()) { in GenerateKvStoreKey()
647 length = dateKey.length(); in GenerateKvStoreKey()
654 assembledDateKey = dateKey; in GenerateKvStoreKey()
656 assembledDateKey = RESTORE_KVSTORE_DATE_KEY_TEMPLATE.substr(length) + dateKey; in GenerateKvStoreKey()

Completed in 9 milliseconds