Home
last modified time | relevance | path

Searched refs:GetAllUniqueIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Ddb_upgrade_utils.cpp98 std::vector<std::string> DbUpgradeUtils::GetAllUniqueIndex(NativeRdb::RdbStore &store, const std::s… in GetAllUniqueIndex() function in OHOS::Media::DataTransfer::DbUpgradeUtils
117 const std::vector<std::string> uniqueIndexNames = this->GetAllUniqueIndex(store, tableName); in DropAllUniqueIndex()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Ddb_upgrade_utils.h33 …std::vector<std::string> GetAllUniqueIndex(NativeRdb::RdbStore &store, const std::string &tableNam…