Home
last modified time | relevance | path

Searched refs:filePhotoAlbumArray (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h107 std::vector<std::unique_ptr<PhotoAlbum>> filePhotoAlbumArray; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h112 std::vector<std::unique_ptr<PhotoAlbum>> filePhotoAlbumArray; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp587 GetAssetFromArray(env, context, context->filePhotoAlbumArray, jsContext); in GetAllObjectCompleteCallback()
849 filePhotoAlbumArray.push_back(move(photoAlbum)); in GetAllObjectFromFetchResult()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp780 GetAssetFromArray(env, context, context->filePhotoAlbumArray, jsContext); in GetAllObjectCompleteCallback()
1042 filePhotoAlbumArray.push_back(move(photoAlbum)); in GetAllObjectFromFetchResult()