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.cpp22 …ed_ptr<NativeRdb::ResultSet> BundleActiveUsageDatabase::QueryStatsInfoByStep(uint32_t databaseType, in QueryStatsInfoByStep()
29 …_ptr<NativeRdb::RdbStore> BundleActiveUsageDatabase::GetBundleActiveRdbStore(uint32_t databaseType) in GetBundleActiveRdbStore()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
Dbundle_active_usage_database.cpp77 void BundleActiveUsageDatabase::InitUsageGroupDatabase(const int32_t databaseType, const bool forMo… in InitUsageGroupDatabase()
211 …iveRdb::ResultSet> WEAK_FUNC BundleActiveUsageDatabase::QueryStatsInfoByStep(uint32_t databaseType, in QueryStatsInfoByStep()
229 void BundleActiveUsageDatabase::HandleTableInfo(uint32_t databaseType) in HandleTableInfo()
279 void BundleActiveUsageDatabase::HandleAllTableName(const uint32_t databaseType, in HandleAllTableName()
309 void BundleActiveUsageDatabase::DeleteExcessiveTableData(uint32_t databaseType) in DeleteExcessiveTableData()
360 …r<std::vector<int64_t>> BundleActiveUsageDatabase::GetOverdueTableCreateTime(uint32_t databaseType, in GetOverdueTableCreateTime()
398 int32_t BundleActiveUsageDatabase::DeleteInvalidTable(uint32_t databaseType, int64_t tableTimeMilli… in DeleteInvalidTable()
486 …eRdb::RdbStore> WEAK_FUNC BundleActiveUsageDatabase::GetBundleActiveRdbStore(uint32_t databaseType) in GetBundleActiveRdbStore()
530 void BundleActiveUsageDatabase::CheckDatabaseFile(uint32_t databaseType) in CheckDatabaseFile()
555 int32_t BundleActiveUsageDatabase::CreateEventLogTable(uint32_t databaseType, int64_t currentTimeMi… in CreateEventLogTable()
[all …]
/foundation/resourceschedule/device_usage_statistics/test/unittest/
Ddevice_usage_statistics_service_test.cpp410 uint32_t databaseType = 4; variable
429 uint32_t databaseType = 4; variable
448 uint32_t databaseType = 0; variable
464 uint32_t databaseType = 0; variable
480 uint32_t databaseType = 0; variable
496 int32_t databaseType = DAILY_DATABASE_INDEX; variable
512 uint32_t databaseType = 0; variable
563 uint32_t databaseType = 0; variable
580 int32_t databaseType = -1; variable
602 uint32_t databaseType = 0; variable
[all …]
Ddevice_usage_statistics_mock_test.cpp390 int32_t databaseType = DAILY_DATABASE_INDEX; variable
434 int32_t databaseType = EVENT_DATABASE_INDEX; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_engine_manager.cpp40 int IsSingleVerType(int databaseType) in IsSingleVerType()
199 StorageEngine *CreateSingleVerStorageEngine(int databaseType) in CreateSingleVerStorageEngine()
211 int databaseType = GetDatabaseType(property); in CreateStorageEngine() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
Dsqlite_local_kvdb.cpp51 …int databaseType = kvDBProp.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_S… in Open() local
299 …int databaseType = kvDBProp.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_S… in InitDataBaseOption() local
321 …int databaseType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE… in BackupCurrentDatabase() local
341 …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.cpp234 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_S… in CreateBackupDirForExport() local
423 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::SINGLE_VER_T… in InitImportFileInfo() local
572 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::SINGLE_VER_T… in PackExportedDatabase() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
Dkvdb_manager.cpp56 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_S… in CreateDataBaseInstance() local
392 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_S… in CreateDataBase() local
460 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_S… in GetDataBase() local
702 …int databaseType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE… in SaveKvDBToCache() local
744 …int databaseType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE… in RemoveKvDBFromCache() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_database_corrupt_test.cpp50 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()