Home
last modified time | relevance | path

Searched refs:SQLiteLocalStorageEngine (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_local_storage_engine.cpp20 SQLiteLocalStorageEngine::SQLiteLocalStorageEngine() in SQLiteLocalStorageEngine() function in DistributedDB::SQLiteLocalStorageEngine
23 SQLiteLocalStorageEngine::~SQLiteLocalStorageEngine() in ~SQLiteLocalStorageEngine()
26 StorageExecutor *SQLiteLocalStorageEngine::NewSQLiteStorageExecutor(sqlite3 *dbHandle, bool isWrite… in NewSQLiteStorageExecutor()
H A Dsqlite_local_storage_engine.h23 class SQLiteLocalStorageEngine : public SQLiteStorageEngine {
25 SQLiteLocalStorageEngine();
26 ~SQLiteLocalStorageEngine() override;
29 DISABLE_COPY_ASSIGN_MOVE(SQLiteLocalStorageEngine);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp265 storageEngine_ = new (std::nothrow) SQLiteLocalStorageEngine(); in InitStorageEngine()