Searched refs:burstGroupName (Results 1 – 2 of 2) sorted by relevance
36 this->photoAssetInfo_.burstGroupName = this->FindBurstGroupName(photoAssetInfo.displayName); in SetTargetPhotoInfo()56 if (photoAssetInfo.ownerAlbumId <= 0 || photoAssetInfo.burstGroupName.empty() || in FindBurstKey()115 std::string burstGroupName = photoAssetInfo.burstGroupName; in QueryBurstKeyFromDB() local117 if (ownerAlbumId <= 0 || burstGroupName.empty() || rdbStore == nullptr) { in QueryBurstKeyFromDB()122 std::string burstGroupNameCondition = burstGroupName + "%"; in QueryBurstKeyFromDB()
28 std::string burstGroupName; variable35 << ", ownerAlbumId: " << ownerAlbumId << ", burstGroupName: " << burstGroupName << "]"; in ToString()