Home
last modified time | relevance | path

Searched refs:FIRST_PAGE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_operation_test/src/
H A Dmedialibrary_album_operation_test.cpp238 values.Put(USER_DISPLAY_LEVEL, FIRST_PAGE);
249 values.Put(USER_DISPLAY_LEVEL, FIRST_PAGE);
261 values.Put(USER_DISPLAY_LEVEL, FIRST_PAGE);
288 values.Put(USER_DISPLAY_LEVEL, FIRST_PAGE);
760 curColumn.displayLevel = FIRST_PAGE;
766 targetColumn.displayLevel = FIRST_PAGE;
978 curColumn.displayLevel = FIRST_PAGE;
1013 targetColumn.displayLevel = FIRST_PAGE;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedia_file_utils.h66 FIRST_PAGE, enumerator
71 PortraitPages::FIRST_PAGE,
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp695 if (value == FIRST_PAGE) { in GetDisplayLevelAlbumPredicates()
2134 … if ((currentLevel == targetLevel) && (currentLevel == FIRST_PAGE || currentLevel == SECOND_PAGE || in UpdateMergeAlbumsInfo()
2147 } else if (currentLevel == FIRST_PAGE || targetLevel == FIRST_PAGE) { in UpdateMergeAlbumsInfo()
2148 updateAlbumInfo.userDisplayLevel = FIRST_PAGE; in UpdateMergeAlbumsInfo()
2257 value = FIRST_PAGE; in UpdateFavorites()
2284 if (displayLevelValue == FIRST_PAGE || displayLevelValue == SECOND_PAGE) { in SetDisplayLevel()
2318 userDisplayLevel != FIRST_PAGE) ? 0 : userDisplayLevel; in SetMyOldAlbum()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_vision_test/src/
H A Dmedialibrary_vision_test.cpp63 constexpr int32_t FIRST_PAGE = 1; variable
2234 valuesBucket.Put(USER_DISPLAY_LEVEL, FIRST_PAGE);
2691 SetDisplayLevelTest(USER_DISPLAY_LEVEL, FIRST_PAGE, albumId);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp919 values.PutInt(USER_DISPLAY_LEVEL, PortraitPages::FIRST_PAGE); in GetInsertValue()