Home
last modified time | relevance | path

Searched refs:CreateNewExecutor (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp69 errCode = CreateNewExecutor(true, handle); in InitReadWriteExecutors()
82 errCode = CreateNewExecutor(true, handle); in InitReadWriteExecutors()
91 errCode = CreateNewExecutor(false, handle); in InitReadWriteExecutors()
453 errCode = CreateNewExecutor(isWrite, handle); in FetchStorageExecutor()
H A Dstorage_engine.h100 virtual int CreateNewExecutor(bool isWrite, StorageExecutor *&handle) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_engine.h40 int CreateNewExecutor(bool isWrite, StorageExecutor *&handle) override;
H A Dmulti_ver_storage_engine.cpp57 int MultiVerStorageEngine::CreateNewExecutor(bool isWrite, StorageExecutor *&handle) in CreateNewExecutor() function in DistributedDB::MultiVerStorageEngine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.h47 int CreateNewExecutor(bool isWrite, StorageExecutor *&handle) override;
H A Dsqlite_storage_engine.cpp72 int SQLiteStorageEngine::CreateNewExecutor(bool isWrite, StorageExecutor *&handle) in CreateNewExecutor() function in DistributedDB::SQLiteStorageEngine
H A Dsqlite_single_ver_storage_engine.h70 int CreateNewExecutor(bool isWrite, StorageExecutor *&handle) override;
H A Dsqlite_single_ver_storage_engine.cpp824 int SQLiteSingleVerStorageEngine::CreateNewExecutor(bool isWrite, StorageExecutor *&handle) in CreateNewExecutor() function in DistributedDB::SQLiteSingleVerStorageEngine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.h38 int CreateNewExecutor(bool isWrite, StorageExecutor *&handle) override;
H A Drd_single_ver_storage_engine.cpp40 int RdSingleVerStorageEngine::CreateNewExecutor(bool isWrite, StorageExecutor *&handle) in CreateNewExecutor() function in DistributedDB::RdSingleVerStorageEngine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.h66 int CreateNewExecutor(bool isWrite, StorageExecutor *&handle) override;
H A Dsqlite_single_relational_storage_engine.cpp93 int SQLiteSingleRelationalStorageEngine::CreateNewExecutor(bool isWrite, StorageExecutor *&handle) in CreateNewExecutor() function in DistributedDB::SQLiteSingleRelationalStorageEngine