Searched refs:recorderPhotoProxy (Results 1 – 1 of 1) sorted by relevance
196 sptr<RecorderPhotoProxy> recorderPhotoProxy = new(std::nothrow) RecorderPhotoProxy(); in CreateMediaLibrary() local197 CHECK_AND_RETURN_RET_LOG(recorderPhotoProxy != nullptr, false, in CreateMediaLibrary()199 recorderPhotoProxy->SetDisplayName(CreateDisplayName()); in CreateMediaLibrary()200 photoAssetProxy->AddPhotoProxy((sptr<PhotoProxy>&)recorderPhotoProxy); in CreateMediaLibrary()