Home
last modified time | relevance | path

Searched refs:GetFetchAlbumResultObject (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h56 std::shared_ptr<FetchResult<AlbumAsset>> GetFetchAlbumResultObject();
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h59 std::shared_ptr<FetchResult<AlbumAsset>> GetFetchAlbumResultObject();
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp350 count = obj->GetFetchAlbumResultObject()->GetCount(); in JSGetCount()
618 std::shared_ptr<FetchResult<AlbumAsset>> SendableFetchFileResultNapi::GetFetchAlbumResultObject() in GetFetchAlbumResultObject() function in OHOS::Media::SendableFetchFileResultNapi
899 isAfterLast = obj->GetFetchAlbumResultObject()->IsAtLastRow(); in JSIsAfterLast()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp389 count = obj->GetFetchAlbumResultObject()->GetCount(); in JSGetCount()
439 isAfterLast = obj->GetFetchAlbumResultObject()->IsAtLastRow(); in JSIsAfterLast()
811 std::shared_ptr<FetchResult<AlbumAsset>> FetchFileResultNapi::GetFetchAlbumResultObject() in GetFetchAlbumResultObject() function in OHOS::Media::FetchFileResultNapi