Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/mock/
H A 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()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp377 uint32_t databaseType = 4; variable
396 uint32_t databaseType = 4; variable
415 uint32_t databaseType = 0; variable
431 uint32_t databaseType = 0; variable
447 uint32_t databaseType = 0; variable
479 uint32_t databaseType = 0; variable
530 uint32_t databaseType = 0; variable
547 int32_t databaseType = -1; variable
569 uint32_t databaseType = 0; variable
607 uint32_t databaseType = 0; variable
[all …]
H A Ddevice_usage_statistics_mock_test.cpp381 int32_t databaseType = DAILY_DATABASE_INDEX; variable
425 int32_t databaseType = EVENT_DATABASE_INDEX; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp226 void BundleActiveUsageDatabase::HandleTableInfo(uint32_t databaseType) in HandleTableInfo()
273 void BundleActiveUsageDatabase::HandleAllTableName(const uint32_t databaseType, in HandleAllTableName()
301 void BundleActiveUsageDatabase::DeleteExcessiveTableData(uint32_t databaseType) in DeleteExcessiveTableData()
592 void BundleActiveUsageDatabase::CheckDatabaseFile(uint32_t databaseType) in CheckDatabaseFile()
714 int32_t BundleActiveUsageDatabase::CreateFormRecordTable(uint32_t databaseType, int64_t timeStamp) in CreateFormRecordTable()
749 int32_t BundleActiveUsageDatabase::CreateDurationTable(uint32_t databaseType) in CreateDurationTable()
769 int32_t BundleActiveUsageDatabase::CreateBundleHistoryTable(uint32_t databaseType) in CreateBundleHistoryTable()
1173 int32_t BundleActiveUsageDatabase::RenameTableName(uint32_t databaseType, int64_t tableOldTime, in RenameTableName()
1372 const int32_t databaseType, int32_t &startIndex, int32_t &endIndex) in GetDbIndex()
1401 const int64_t endTime, const int32_t databaseType, in GetQuerySqlCommand()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp233 …int databaseType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_S… 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_corrupt_test.cpp50 std::string GetKvStoreDirectory(const std::string &storeId, int databaseType) in GetKvStoreDirectory()
H A Ddistributeddb_interfaces_index_unit_test.cpp49 string GetKvStoreDirectory(const string &storeId, int databaseType) in GetKvStoreDirectory()