Home
last modified time | relevance | path

Searched defs:dbType (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.h22 uint32_t dbType; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/
H A Dnapi_rdb_store.h79 int32_t dbType = NativeRdb::DB_SQLITE; member in OHOS::RelationalStoreJsKit::RdbStoreProxy
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_dfx_adapter.h32 std::string dbType; // NORMAL_DB or ENHANCE_DB member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_store.h165 int32_t dbType = NativeRdb::DB_SQLITE; member in OHOS::RelationalStoreJsKit::RdbStoreProxy
/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(); Collect() local
84 RegisterCreator(int32_t dbType, Creator creator) RegisterCreator() argument
98 RegisterRepairer(int32_t dbType, Repairer repairer) RegisterRepairer() argument
112 RegisterDeleter(int32_t dbType, Deleter deleter) RegisterDeleter() argument
126 RegisterCollector(int32_t dbType, Collector collector) RegisterCollector() argument
[all...]
H A Drdb_store_config.cpp528 void RdbStoreConfig::SetDBType(int32_t dbType) in SetDBType() argument
/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
/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() argument
335 int DatabaseOper::RemoveDbDir(const std::string &dir, int dbType, bool isNeedDelDir) in RemoveDbDir() argument
448 int dbType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); UnpackAndCheckImportedFile() local
507 int dbType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); ClearImportTempFile() local
555 int dbType = property.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); ClearExportedTempFiles() local
[all...]
/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_SQLITE); in RemoveKvDB() local
366 int dbType = properties.GetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::LOCAL_TYPE_SQLITE); in GetKvDBSize() local
/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() argument
/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() argument
[all...]

Completed in 10 milliseconds