Home
last modified time | relevance | path

Searched refs:ENGINE_BUSY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.h30ENGINE_BUSY, // In order to change handle during the migration process, it is temporarily unavaila… enumerator
H A Dstorage_engine.cpp135 if (GetEngineState() == EngineState::ENGINE_BUSY) { in FindExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_storage_engine_test.cpp111 storageEngine->SetEngineState(EngineState::ENGINE_BUSY);
H A Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp125 storageEngine->SetEngineState(EngineState::ENGINE_BUSY);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp500 …SetEngineState(EngineState::ENGINE_BUSY); // temp forbid use handle and engine for detach and clos… in ExecuteMigrate()