Home
last modified time | relevance | path

Searched defs:databaseType (Results 1 – 7 of 7) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/services/common/src/
Dbundle_active_usage_database.cpp69 void BundleActiveUsageDatabase::InitUsageGroupInfo(int32_t databaseType) in InitUsageGroupInfo()
195 …tr<NativeRdb::ResultSet> BundleActiveUsageDatabase::QueryStatsInfoByStep(unsigned int databaseType, in QueryStatsInfoByStep()
212 void BundleActiveUsageDatabase::HandleTableInfo(unsigned int databaseType) in HandleTableInfo()
261 void BundleActiveUsageDatabase::DeleteExcessiveTableData(unsigned int databaseType) in DeleteExcessiveTableData()
312 …d::vector<int64_t>> BundleActiveUsageDatabase::GetOverdueTableCreateTime(unsigned int databaseType, in GetOverdueTableCreateTime()
348 int32_t BundleActiveUsageDatabase::DeleteInvalidTable(unsigned int databaseType, int64_t tableTimeM… in DeleteInvalidTable()
404 …<NativeRdb::RdbStore> BundleActiveUsageDatabase::GetBundleActiveRdbStore(unsigned int databaseType) in GetBundleActiveRdbStore()
429 void BundleActiveUsageDatabase::CheckDatabaseFile(unsigned int databaseType) in CheckDatabaseFile()
453 int32_t BundleActiveUsageDatabase::CreateEventLogTable(unsigned int databaseType, int64_t currentTi… in CreateEventLogTable()
484 int32_t BundleActiveUsageDatabase::CreatePackageLogTable(unsigned int databaseType, int64_t current… in CreatePackageLogTable()
[all …]
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/sqlite/
Dsqlite_local_kvdb.cpp50 … int databaseType = kvDBProp.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE); in Open() local
303 … int databaseType = kvDBProp.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE); in InitDataBaseOption() local
325 …int databaseType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE… in BackupCurrentDatabase() local
345 …int databaseType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE… in ImportDatabase() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/operation/
Ddatabase_oper.cpp233 … int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE); in CreateBackupDirForExport() local
422 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::SINGLE_VER_T… in InitImportFileInfo() local
571 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::SINGLE_VER_T… in PackExportedDatabase() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/
Dkvdb_manager.cpp43 … int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE); in CreateDataBaseInstance() local
613 …int databaseType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE… in SaveKvDBToCache() local
655 …int databaseType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE… in RemoveKvDBFromCache() local
Dstorage_engine_manager.cpp203 int databaseType = GetDatabaseType(property); in CreateStorageEngine() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_database_corrupt_test.cpp47 std::string GetKvStoreDirectory(const std::string &storeId, int databaseType) in GetKvStoreDirectory()
Ddistributeddb_interfaces_index_unit_test.cpp49 string GetKvStoreDirectory(const string &storeId, int databaseType) in GetKvStoreDirectory()