Searched refs:AlbumNapiAsyncContext (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | album_napi.cpp | 541 AlbumNapiAsyncContext *asyncContext = const_cast<AlbumNapiAsyncContext *>(&context); in GetFetchOptionsParam() 580 AlbumNapiAsyncContext &asyncContext) in ConvertJSArgsToNative() 745 AlbumNapiAsyncContext *context = static_cast<AlbumNapiAsyncContext*>(data); in GetFileAssetsNative() 785 AlbumNapiAsyncContext *context = static_cast<AlbumNapiAsyncContext*>(data); in JSGetFileAssetsCompleteCallback() 869 AlbumNapiAsyncContext *context = static_cast<AlbumNapiAsyncContext*>(data); in JSCommitModifyCompleteCallback() 908 std::unique_ptr<AlbumNapiAsyncContext> asyncContext = std::make_unique<AlbumNapiAsyncContext>(); in JSGetAlbumFileAssets() 938 std::unique_ptr<AlbumNapiAsyncContext> asyncContext = std::make_unique<AlbumNapiAsyncContext>(); in JSCommitModify() 958 unique_ptr<AlbumNapiAsyncContext> asyncContext = make_unique<AlbumNapiAsyncContext>(); in UserFileMgrGetAssets() 979 unique_ptr<AlbumNapiAsyncContext> asyncContext = make_unique<AlbumNapiAsyncContext>(); in UserFileMgrCommitModify() 993 unique_ptr<AlbumNapiAsyncContext> asyncContext = make_unique<AlbumNapiAsyncContext>(); in PhotoAccessHelperGetAssets() [all …]
|
H A D | medialibrary_napi_utils.cpp | 1737 template bool MediaLibraryNapiUtils::HandleSpecialPredicate<unique_ptr<AlbumNapiAsyncContext>>( 1738 unique_ptr<AlbumNapiAsyncContext> &context, shared_ptr<DataShareAbsPredicates> &predicate, 1748 template bool MediaLibraryNapiUtils::GetLocationPredicate<unique_ptr<AlbumNapiAsyncContext>>( 1749 unique_ptr<AlbumNapiAsyncContext> &context, shared_ptr<DataShareAbsPredicates> &predicate); 1771 const napi_value arg, const string &propName, unique_ptr<AlbumNapiAsyncContext> &context, 1782 napi_env env, napi_callback_info info, unique_ptr<AlbumNapiAsyncContext> &context); 1793 template void MediaLibraryNapiUtils::UpdateMediaTypeSelections<AlbumNapiAsyncContext>( 1794 AlbumNapiAsyncContext *context); 1883 template napi_value MediaLibraryNapiUtils::NapiCreateAsyncWork<AlbumNapiAsyncContext>(napi_env env, 1884 unique_ptr<AlbumNapiAsyncContext> &asyncContext, const string &resourceName, [all …]
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | album_napi.h | 102 struct AlbumNapiAsyncContext : public NapiError { struct
|