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 D | medialibrary_album_operation_test.cpp | 238 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 D | media_file_utils.h | 66 FIRST_PAGE, enumerator 71 PortraitPages::FIRST_PAGE,
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_operations.cpp | 695 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 D | medialibrary_vision_test.cpp | 63 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 D | upgrade_restore.cpp | 919 values.PutInt(USER_DISPLAY_LEVEL, PortraitPages::FIRST_PAGE); in GetInsertValue()
|