Home
last modified time | relevance | path

Searched refs:GetHandleAndStartTransaction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h139 int GetHandleAndStartTransaction(SQLiteSingleVerRelationalStorageExecutor *&handle) const;
H A Dsqlite_relational_store.cpp545 errCode = GetHandleAndStartTransaction(handle); in RemoveDeviceData()
845 int SQLiteRelationalStore::GetHandleAndStartTransaction(SQLiteSingleVerRelationalStorageExecutor *&… in GetHandleAndStartTransaction() function in DistributedDB::SQLiteRelationalStore
886 errCode = GetHandleAndStartTransaction(handle); in RemoveDeviceDataInner()
1341 int errCode = GetHandleAndStartTransaction(handle); in SetReference()