Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h95 int InitAllReadWriteExecutor();
H A Dstorage_engine.cpp52 int StorageEngine::InitAllReadWriteExecutor() in InitAllReadWriteExecutor() function in DistributedDB::StorageEngine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp358 errCode = storageEngine_->InitAllReadWriteExecutor(); in Import()