Searched refs:GENERATE_TIME (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | story_db_sqls.h | 38 GENERATE_TIME + " BIGINT DEFAULT 0, " +
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | story_album_column.h | 35 const std::string GENERATE_TIME = "generate_time"; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_story_test/src/ |
H A D | medialibrary_story_test.cpp | 92 valuesBucket.Put(GENERATE_TIME, 1432973383181); 130 valuesBucket.Put(GENERATE_TIME, 1432973383181); 169 valuesBucket.Put(GENERATE_TIME, 1432973383181);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | highlight_album_napi.cpp | 123 CLUSTER_CONDITION, MIN_DATE_ADDED, MAX_DATE_ADDED, GENERATE_TIME, HIGHLIGHT_VERSION,
|
H A D | media_library_napi.cpp | 7031 context->predicates.OrderByDesc(MAX_DATE_ADDED + ", " + GENERATE_TIME); in ParseAlbumTypes()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_photo_access_helper_napi.cpp | 1075 context->predicates.OrderByDesc(MAX_DATE_ADDED + ", " + GENERATE_TIME); in ParseAlbumTypes()
|