Searched refs:SmartAlbumNapiAsyncContext (Results 1 – 3 of 3) sorted by relevance
681 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 …]
1741 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 …]
104 struct SmartAlbumNapiAsyncContext : public NapiError { struct