Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_usage_statistics/test/unittest/mock/
Dbundle_active_usage_database_mock.cpp21 …ue_ptr<NativeRdb::ResultSet> BundleActiveUsageDatabase::QueryStatsInfoByStep(uint32_t databaseType, in QueryStatsInfoByStep()
28 …_ptr<NativeRdb::RdbStore> BundleActiveUsageDatabase::GetBundleActiveRdbStore(uint32_t databaseType) in GetBundleActiveRdbStore()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
Ddevice_usage_statistics_service_test.cpp329 uint32_t databaseType = 4; variable
348 uint32_t databaseType = 4; variable
367 uint32_t databaseType = 0; variable
383 uint32_t databaseType = 0; variable
399 uint32_t databaseType = 0; variable
415 int32_t databaseType = DAILY_DATABASE_INDEX; variable
431 uint32_t databaseType = 0; variable
482 uint32_t databaseType = 0; variable
499 int32_t databaseType = -1; variable
521 uint32_t databaseType = 0; variable
[all …]
Ddevice_usage_statistics_mock_test.cpp365 int32_t databaseType = DAILY_DATABASE_INDEX; variable
410 int32_t databaseType = EVENT_DATABASE_INDEX; variable
/foundation/resourceschedule/device_usage_statistics/services/common/src/
Dbundle_active_usage_database.cpp72 void BundleActiveUsageDatabase::InitUsageGroupDatabase(const int32_t databaseType, const bool forMo… in InitUsageGroupDatabase()
204 …ue_ptr<NativeRdb::ResultSet> BundleActiveUsageDatabase::QueryStatsInfoByStep(uint32_t databaseType, in QueryStatsInfoByStep()
221 void BundleActiveUsageDatabase::HandleTableInfo(uint32_t databaseType) in HandleTableInfo()
265 void BundleActiveUsageDatabase::DeleteExcessiveTableData(uint32_t databaseType) in DeleteExcessiveTableData()
316 …r<std::vector<int64_t>> BundleActiveUsageDatabase::GetOverdueTableCreateTime(uint32_t databaseType, in GetOverdueTableCreateTime()
352 int32_t BundleActiveUsageDatabase::DeleteInvalidTable(uint32_t databaseType, int64_t tableTimeMilli… in DeleteInvalidTable()
408 …_ptr<NativeRdb::RdbStore> BundleActiveUsageDatabase::GetBundleActiveRdbStore(uint32_t databaseType) in GetBundleActiveRdbStore()
435 void BundleActiveUsageDatabase::CheckDatabaseFile(uint32_t databaseType) in CheckDatabaseFile()
460 int32_t BundleActiveUsageDatabase::CreateEventLogTable(uint32_t databaseType, int64_t currentTimeMi… in CreateEventLogTable()
491 int32_t BundleActiveUsageDatabase::CreatePackageLogTable(uint32_t databaseType, int64_t currentTime… in CreatePackageLogTable()
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/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/kv_store/frameworks/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/kv_store/frameworks/libs/distributeddb/storage/src/
Dkvdb_manager.cpp44 … int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE); in CreateDataBaseInstance() local
645 …int databaseType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE… in SaveKvDBToCache() local
687 …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/kv_store/frameworks/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()