Searched refs:GarbleInfoName (Results 1 – 3 of 3) sorted by relevance
58 static std::string GarbleInfoName(const std::string &infoName);
325 BackupDatabaseUtils::GarbleInfoName(tableName).c_str()); in RestoreAlbum()904 BackupDatabaseUtils::GarbleInfoName(tableName).c_str(), commonColumnInfoMap.size()); in PrepareCommonColumnInfoMap()1020 …MEDIA_ERR_LOG("Get map of table %{public}s failed", BackupDatabaseUtils::GarbleInfoName(tableName)… in GetAlbumExtraQueryWhereClause()1201 string garbledTableName = BackupDatabaseUtils::GarbleInfoName(tableName); in BatchInsertMap()1297 BackupDatabaseUtils::GarbleInfoName(tableName).c_str()); in UpdateAlbumToNotifySet()
238 std::string BackupDatabaseUtils::GarbleInfoName(const string &infoName) in GarbleInfoName() function in OHOS::Media::BackupDatabaseUtils