Home
last modified time | relevance | path

Searched refs:fetchPhotoAlbumResult (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h132 std::unique_ptr<FetchResult<PhotoAlbum>> fetchPhotoAlbumResult; member
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp850 move(context->fetchPhotoAlbumResult)); in GetPhotoAlbumQueryResult()
896 context->fetchPhotoAlbumResult = make_unique<FetchResult<PhotoAlbum>>(move(resultSet)); in JSGetPhotoAlbumsExecute()
897 context->fetchPhotoAlbumResult->SetResultNapiType(context->resultNapiType); in JSGetPhotoAlbumsExecute()
898 context->fetchPhotoAlbumResult->SetHiddenOnly(context->hiddenOnly); in JSGetPhotoAlbumsExecute()
899 context->fetchPhotoAlbumResult->SetLocationOnly(context->isLocationAlbum == in JSGetPhotoAlbumsExecute()
912 if (context->error != ERR_DEFAULT || context->fetchPhotoAlbumResult == nullptr) { in JSGetPhotoAlbumsCompleteCallback()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp6297 napi_value fileResult = FetchFileResultNapi::CreateFetchFileResult(env, move(context->fetchPhotoAlbumResult)); in GetPhotoAlbumQueryResult()
6339 context->fetchPhotoAlbumResult = make_unique<FetchResult<PhotoAlbum>>(move(resultSet)); in JSGetPhotoAlbumsExecute()
6340 context->fetchPhotoAlbumResult->SetResultNapiType(context->resultNapiType); in JSGetPhotoAlbumsExecute()
6341 context->fetchPhotoAlbumResult->SetHiddenOnly(context->hiddenOnly); in JSGetPhotoAlbumsExecute()
6342 context->fetchPhotoAlbumResult->SetLocationOnly(context->isLocationAlbum == in JSGetPhotoAlbumsExecute()
6365 auto fetchPhotoAlbumResult = make_unique<FetchResult<PhotoAlbum>>(move(resultSet)); in JSGetPhotoAlbumsExecuteSync() local
6366 fetchPhotoAlbumResult->SetResultNapiType(context->resultNapiType); in JSGetPhotoAlbumsExecuteSync()
6367 fetchPhotoAlbumResult->SetHiddenOnly(context->hiddenOnly); in JSGetPhotoAlbumsExecuteSync()
6368 fetchPhotoAlbumResult->SetLocationOnly(context->isLocationAlbum == PhotoAlbumSubType::GEOGRAPHY_LOCATION); in JSGetPhotoAlbumsExecuteSync()
6369 if (fetchPhotoAlbumResult in JSGetPhotoAlbumsExecuteSync()
[all...]
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h417 std::unique_ptr<FetchResult<PhotoAlbum>> fetchPhotoAlbumResult; member

Completed in 21 milliseconds