Searched defs:databaseType (Results 1 – 7 of 7) sorted by relevance
| /foundation/resourceschedule/device_usage_statistics/services/common/src/ |
| D | bundle_active_usage_database.cpp | 69 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/ |
| D | sqlite_local_kvdb.cpp | 50 … 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/ |
| D | database_oper.cpp | 233 … 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/ |
| D | kvdb_manager.cpp | 43 … 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
|
| D | storage_engine_manager.cpp | 203 int databaseType = GetDatabaseType(property); in CreateStorageEngine() local
|
| /foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/interfaces/ |
| D | distributeddb_interfaces_database_corrupt_test.cpp | 47 std::string GetKvStoreDirectory(const std::string &storeId, int databaseType) in GetKvStoreDirectory()
|
| D | distributeddb_interfaces_index_unit_test.cpp | 49 string GetKvStoreDirectory(const string &storeId, int databaseType) in GetKvStoreDirectory()
|