Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1357 storageEngine_->SetReusedHandle(handle); in SetReference()
1361 storageEngine_->SetReusedHandle(nullptr); in SetReference()
1366 storageEngine_->SetReusedHandle(nullptr); in SetReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h135 void SetReusedHandle(StorageExecutor *handle);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp989 void RelationalSyncAbleStorage::SetReusedHandle(StorageExecutor *handle) in SetReusedHandle() function in DistributedDB::RelationalSyncAbleStorage