Home
last modified time | relevance | path

Searched refs:SendablePhotoAccessHelperAsyncContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp92 using Context = SendablePhotoAccessHelperAsyncContext* ;
339SendablePhotoAccessHelperAsyncContext *context = static_cast<SendablePhotoAccessHelperAsyncContext in GetFileAssetsAsyncCallbackComplete()
661 make_unique<SendablePhotoAccessHelperAsyncContext>(); in JSRelease()
850 make_unique<SendablePhotoAccessHelperAsyncContext>(); in PhotoAccessGetPhotoAssets()
1098 unique_ptr<SendablePhotoAccessHelperAsyncContext> &context) in ParseArgsGetPhotoAlbum()
1154 make_unique<SendablePhotoAccessHelperAsyncContext>(); in PhotoAccessGetPhotoAlbums()
1316 SendablePhotoAccessHelperAsyncContext &context) in ParsePhotoAssetCreateOption()
1685 make_unique<SendablePhotoAccessHelperAsyncContext>(); in PhotoAccessHelperCreatePhotoAsset()
1734 make_unique<SendablePhotoAccessHelperAsyncContext>(); in PhotoAccessGetBurstAssets()
1747 make_unique<SendablePhotoAccessHelperAsyncContext>(); in PhotoAccessGetSharedPhotoAssets()
[all …]
H A Dsendable_medialibrary_napi_utils.cpp56 using SendablePAHAsyncContext = SendablePhotoAccessHelperAsyncContext;
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h113 struct SendablePhotoAccessHelperAsyncContext : public NapiError { struct