Home
last modified time | relevance | path

Searched defs:fetchPhotoAlbumResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h131 std::unique_ptr<FetchResult<PhotoAlbum>> fetchPhotoAlbumResult; member
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h421 std::unique_ptr<FetchResult<PhotoAlbum>> fetchPhotoAlbumResult; member
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp6271 auto fetchPhotoAlbumResult = make_unique<FetchResult<PhotoAlbum>>(move(resultSet)); in JSGetPhotoAlbumsExecuteSync() local