Searched refs:fetchSmartAlbumResult_ (Results 1 – 4 of 4) sorted by relevance
80 obj->propertyPtr->fetchSmartAlbumResult_ = smartResult; in GetFetchResult()81 obj->propertyPtr->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_); in GetFetchResult()630 return propertyPtr->fetchSmartAlbumResult_; in GetFetchSmartAlbumResultObject()740 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetFirstObject(); in GetFirstAsset()765 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()790 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetLastObject(); in GetLastObject()815 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetNextObject(); in GetNextObject()855 auto fetchResult = objectPtr->fetchSmartAlbumResult_; in GetAllObjectFromFetchResult()
114 obj->propertyPtr->fetchSmartAlbumResult_ = smartResult; in GetFetchResult()115 obj->propertyPtr->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_); in GetFetchResult()823 return propertyPtr->fetchSmartAlbumResult_; in GetFetchSmartAlbumResultObject()933 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetFirstObject(); in GetFirstAsset()958 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()983 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetLastObject(); in GetLastObject()1008 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetNextObject(); in GetNextObject()1048 auto fetchResult = objectPtr->fetchSmartAlbumResult_; in GetAllObjectFromFetchResult()
40 std::shared_ptr<FetchResult<SmartAlbumAsset>> fetchSmartAlbumResult_ = nullptr; variable
41 std::shared_ptr<FetchResult<SmartAlbumAsset>> fetchSmartAlbumResult_ = nullptr; variable