Searched refs:GetAlbumCountByCondition (Results 1 – 1 of 1) sorted by relevance
210 int32_t GetAlbumCountByCondition(shared_ptr<NativeRdb::RdbStore> rdbStore, const string &tableName, in GetAlbumCountByCondition() function231 …int32_t shootingModeAlbumCount = GetAlbumCountByCondition(g_rdbStore->GetRaw(), ANALYSIS_ALBUM_TAB…323 …totalCount += GetAlbumCountByCondition(rdbStore, tableName, conditionPair.first, conditionPair.sec… in GetAlbumOrMapTotalCount()