Home
last modified time | relevance | path

Searched defs:dbType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection.cpp27 auto dbType = config.GetDBType(); in Create() local
42 auto dbType = config.GetDBType(); in Repair() local
57 auto dbType = config.GetDBType(); in Delete() local
71 auto dbType = config.GetDBType(); in Collect() local
84 int32_t Connection::RegisterCreator(int32_t dbType, Creator creator) in RegisterCreator()
98 int32_t Connection::RegisterRepairer(int32_t dbType, Repairer repairer) in RegisterRepairer()
112 int32_t Connection::RegisterDeleter(int32_t dbType, Deleter deleter) in RegisterDeleter()
126 int32_t Connection::RegisterCollector(int32_t dbType, Collector collector) in RegisterCollector()
H A Drdb_store_config.cpp534 void RdbStoreConfig::SetDBType(int32_t dbType) in SetDBType()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_helper.cpp38 void BackupDatabaseHelper::InitDb(int32_t dbType, const std::string &prefix) in InitDb()
66 for (auto dbType : dbTypeList) { in InitDb() local
71 void BackupDatabaseHelper::AddDb(int32_t dbType, std::shared_ptr<NativeRdb::RdbStore> rdbStore) in AddDb()
81 void BackupDatabaseHelper::IsFileExist(int32_t sceneCode, const FileInfo &fileInfo, int32_t &dbType in IsFileExist()
104 bool BackupDatabaseHelper::HasDb(int32_t dbType) in HasDb()
115 int32_t dbType; in GetFileQueryInfo() local
H A Dupgrade_restore.cpp1221 int32_t dbType = BackupDatabaseHelper::DbType::DEFAULT; in CheckInvalidFile() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dphotos_count_statistic.cpp284 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetAllStatInfo() local
322 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetAllImageStatInfo() local
359 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetAllVideoStatInfo() local
392 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetAllRestoreStatInfo() local
431 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetAllRestoreImageStatInfo() local
468 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetAllRestoreVideoStatInfo() local
510 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetImageAlbumInfo() local
550 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetVideoAlbumInfo() local
630 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetFavoriteAlbumStatInfo() local
672 int32_t dbType = 1; // 0 - GALLERY, 1 - MEDIA in GetTrashedAlbumStatInfo() local
[all …]
H A Dgallery_media_count_statistic.cpp467 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetAllStatInfo() local
506 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetAllImageStatInfo() local
543 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetAllVideoStatInfo() local
578 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetAllRestoreStatInfo() local
617 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetAllRestoreImageStatInfo() local
654 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetAllRestoreVideoStatInfo() local
687 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetSdCardStatInfo() local
715 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetDuplicateStatInfo() local
740 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetAppTwinStatInfo() local
781 int32_t dbType = 0; // 0 - GALLERY, 1 - MEDIA in GetImageAlbumInfo() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp84 …int dbType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); in GetCtrlFilePrefix() local
98 …int dbType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); in RekeyRecover() local
322 int DatabaseOper::RecoverPrehandle(int dbType, const std::string &dir, const std::string &fileName) in RecoverPrehandle()
335 int DatabaseOper::RemoveDbDir(const std::string &dir, int dbType, bool isNeedDelDir) in RemoveDbDir()
448 …int dbType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); in UnpackAndCheckImportedFile() local
507 …int dbType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); in ClearImportTempFile() local
555 …int dbType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); in ClearExportedTempFiles() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.h22 uint32_t dbType; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/
H A Dnapi_rdb_store.h80 int32_t dbType = NativeRdb::DB_SQLITE; variable
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_dfx_adapter.h32 std::string dbType; // NORMAL_DB or ENHANCE_DB member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_store.h165 int32_t dbType = NativeRdb::DB_SQLITE; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp357 …int dbType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLIT… in RemoveKvDB() local
366 …int dbType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLIT… in GetKvDBSize() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp102 auto dbType = static_cast<DBType>(data[0]); in RuntimeConfigTest() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp381 void GenericKvDB::GetStoreDirectory(const KvDBProperties &properties, int dbType, in GetStoreDirectory()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dmedia_backup_report_data_type.h183 AlbumNameInfo &SetDbType(int32_t dbType) in SetDbType()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp56 int dbType = RDB_SQLITE; member
163 int OH_Rdb_SetDbType(OH_Rdb_ConfigV2 *config, int dbType) in OH_Rdb_SetDbType()
/ohos5.0/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp379 … uint32_t dbType = static_cast<uint32_t>(results[0].GetInt(PrivacyFiledConst::FIELD_USED_TYPE)); in AddOrUpdateUsedTypeIfNeeded() local