Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dsmart_album_napi.cpp681 SmartAlbumNapiAsyncContext *context = const_cast<SmartAlbumNapiAsyncContext *>(&albumContext); in CommitModifyNative()
926 …std::unique_ptr<SmartAlbumNapiAsyncContext> asyncContext = std::make_unique<SmartAlbumNapiAsyncCon… in JSAddFileAssets()
967 …std::unique_ptr<SmartAlbumNapiAsyncContext> asyncContext = std::make_unique<SmartAlbumNapiAsyncCon… in JSRemoveFileAssets()
1009 …std::unique_ptr<SmartAlbumNapiAsyncContext> asyncContext = std::make_unique<SmartAlbumNapiAsyncCon… in JSCommitModify()
1042 SmartAlbumNapiAsyncContext *asyncContext = const_cast<SmartAlbumNapiAsyncContext *>(&context); in GetFetchOptionsParam()
1242 …std::unique_ptr<SmartAlbumNapiAsyncContext> asyncContext = std::make_unique<SmartAlbumNapiAsyncCon… in JSGetSmartAlbumFileAssets()
1262 unique_ptr<SmartAlbumNapiAsyncContext> asyncContext = make_unique<SmartAlbumNapiAsyncContext>(); in UserFileMgrGetAssets()
1301 SmartAlbumNapiAsyncContext *context = static_cast<SmartAlbumNapiAsyncContext*>(data); in JSRecoverAssetCompleteCallback()
1328 unique_ptr<SmartAlbumNapiAsyncContext> asyncContext = make_unique<SmartAlbumNapiAsyncContext>(); in UserFileMgrRecoverAsset()
1362 SmartAlbumNapiAsyncContext *context = static_cast<SmartAlbumNapiAsyncContext*>(data); in JSDeleteAssetCompleteCallback()
[all …]
H A Dmedialibrary_napi_utils.cpp1741 template bool MediaLibraryNapiUtils::HandleSpecialPredicate<unique_ptr<SmartAlbumNapiAsyncContext>>(
1742 unique_ptr<SmartAlbumNapiAsyncContext> &context, shared_ptr<DataShareAbsPredicates> &predicate,
1751 template bool MediaLibraryNapiUtils::GetLocationPredicate<unique_ptr<SmartAlbumNapiAsyncContext>>(
1752 unique_ptr<SmartAlbumNapiAsyncContext> &context, shared_ptr<DataShareAbsPredicates> &predicate);
1775 const napi_value arg, const string &propName, unique_ptr<SmartAlbumNapiAsyncContext> &context,
1785 napi_env env, napi_callback_info info, unique_ptr<SmartAlbumNapiAsyncContext> &context);
1790 template void MediaLibraryNapiUtils::UpdateMediaTypeSelections<SmartAlbumNapiAsyncContext>(
1791 SmartAlbumNapiAsyncContext *context);
1830 unique_ptr<SmartAlbumNapiAsyncContext> &context);
1891 template napi_value MediaLibraryNapiUtils::NapiCreateAsyncWork<SmartAlbumNapiAsyncContext>(napi_env…
[all …]
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dsmart_album_napi.h104 struct SmartAlbumNapiAsyncContext : public NapiError { struct