Home
last modified time | relevance | path

Searched refs:IsRebuild (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.h114 bool IsRebuild() const override;
H A Dgeneric_kvdb_connection.cpp455 bool GenericKvDBConnection::IsRebuild() const in IsRebuild() function in DistributedDB::GenericKvDBConnection
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dsingle_kvstore.h339 virtual bool IsRebuild() in IsRebuild() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_connection.h171 virtual bool IsRebuild() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h86 bool IsRebuild() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp64 if (kvStore != nullptr && status == SUCCESS && kvStore->IsRebuild()) { in GetKVStore()
H A Dsingle_store_impl.cpp1068 bool SingleStoreImpl::IsRebuild() in IsRebuild() function in OHOS::DistributedKv::SingleStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h80 bool IsRebuild() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp489 bool SingleStoreImpl::IsRebuild() in IsRebuild() function in OHOS::DistributedKv::SingleStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp1267 status.isRebuild = conn_->IsRebuild(); in GetDatabaseStatus()