Searched refs:CreatePhotoAlbum (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/ |
H A D | photo_album_test.cpp | 79 inline int32_t CreatePhotoAlbum(const string &albumName) in CreatePhotoAlbum() function 161 EXPECT_GT(CreatePhotoAlbum(albumName), 0); in CreatePhotoAlbumAndCheck() 307 EXPECT_EQ(CreatePhotoAlbum(albumName), -EINVAL); 337 EXPECT_EQ(CreatePhotoAlbum(albumName), -EINVAL); 361 EXPECT_EQ(CreatePhotoAlbum(albumName), -ENAMETOOLONG); 363 EXPECT_EQ(CreatePhotoAlbum(albumName), -EINVAL); 378 EXPECT_EQ(CreatePhotoAlbum(albumName), -1); 379 EXPECT_EQ(CreatePhotoAlbum(albumName), -1); 380 EXPECT_EQ(CreatePhotoAlbum(albumName), -1); 462 EXPECT_GT(CreatePhotoAlbum(albumNam [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/ |
H A D | album_count_cover_test.cpp | 460 unique_ptr<PhotoAlbum> CreatePhotoAlbum(const string &albumName) in CreatePhotoAlbum() function 467 MEDIA_ERR_LOG("Expect result %{public}d of CreatePhotoAlbum, left: %{public}d, right: %{public}d", in CreatePhotoAlbum() 564 auto album = CreatePhotoAlbum("Test_PhotoAlbum_001"); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_operations.cpp | 452 inline int CreatePhotoAlbum(const string &albumName) in CreatePhotoAlbum() function 462 int CreatePhotoAlbum(MediaLibraryCommand &cmd) in CreatePhotoAlbum() function 490 rowId = CreatePhotoAlbum(albumName); in CreatePhotoAlbum() 2318 return CreatePhotoAlbum(cmd); in HandlePhotoAlbumOperations()
|
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | media_library_napi.h | 326 EXPORT static napi_value CreatePhotoAlbum(napi_env env, napi_callback_info info);
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 281 DECLARE_NAPI_FUNCTION("createAlbum", CreatePhotoAlbum), in UserFileMgrInit() 6895 napi_value MediaLibraryNapi::CreatePhotoAlbum(napi_env env, napi_callback_info info) in CreatePhotoAlbum() function in MediaLibraryNapi 6901 return MediaLibraryNapiUtils::NapiCreateAsyncWork(env, asyncContext, "CreatePhotoAlbum", JSCreatePhotoAlbumExecute, in CreatePhotoAlbum() 6911 return MediaLibraryNapiUtils::NapiCreateAsyncWork(env, asyncContext, "CreatePhotoAlbum", JSCreatePhotoAlbumExecute, in PhotoAccessCreatePhotoAlbum()
|
Completed in 23 milliseconds