Searched refs:CheckedPhotoInfo (Results 1 – 2 of 2) sorted by relevance
59 std::vector<CheckedPhotoInfo> photoInfos = QueryPhotoInfo(curFileId, nextFileId); in HandleNoOriginPhoto()69 void CloudUploadChecker::HandlePhotoInfos(std::vector<CheckedPhotoInfo> photoInfos) in HandlePhotoInfos()73 for (CheckedPhotoInfo photoInfo: photoInfos) { in HandlePhotoInfos()134 std::vector<CheckedPhotoInfo> CloudUploadChecker::QueryPhotoInfo(int32_t startFileId, int32_t &outF… in QueryPhotoInfo()136 std::vector<CheckedPhotoInfo> photoInfos; in QueryPhotoInfo()151 CheckedPhotoInfo photoInfo; in QueryPhotoInfo()
27 struct CheckedPhotoInfo { struct38 static std::vector<CheckedPhotoInfo> QueryPhotoInfo(int32_t startFiled, int32_t &outFileId); argument40 static void HandlePhotoInfos(std::vector<CheckedPhotoInfo>);