Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/
H A Dphoto_album_test.cpp80 inline int32_t CreatePhotoAlbum(const string &albumName) in CreatePhotoAlbum() function
162 EXPECT_GT(CreatePhotoAlbum(albumName), 0); in CreatePhotoAlbumAndCheck()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/
H A Dalbum_count_cover_test.cpp462 unique_ptr<PhotoAlbum> CreatePhotoAlbum(const string &albumName) in CreatePhotoAlbum() function
566 auto album = CreatePhotoAlbum("Test_PhotoAlbum_001");
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp538 int CreatePhotoAlbum(const string &albumName) in CreatePhotoAlbum() function
581 int CreatePhotoAlbum(MediaLibraryCommand &cmd) in CreatePhotoAlbum() function
604 rowId = CreatePhotoAlbum(albumName); in CreatePhotoAlbum()
2524 return CreatePhotoAlbum(cmd); in HandlePhotoAlbumOperations()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h328 EXPORT static napi_value CreatePhotoAlbum(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp279 DECLARE_NAPI_FUNCTION("createAlbum", CreatePhotoAlbum), in UserFileMgrInit()
6810 napi_value MediaLibraryNapi::CreatePhotoAlbum(napi_env env, napi_callback_info info) in CreatePhotoAlbum() function in OHOS::Media::MediaLibraryNapi