Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp143 SQLiteSingleVerRelationalStorageExecutor *RelationalSyncAbleStorage::GetHandleExpectTransaction(boo… in GetHandleExpectTransaction() function in DistributedDB::RelationalSyncAbleStorage
1072 auto *handle = GetHandleExpectTransaction(false, errCode); in GetAllUploadCount()
1089 auto *handle = GetHandleExpectTransaction(false, errCode); in GetUploadCount()
1367 auto *handle = GetHandleExpectTransaction(false, errCode); in SetLogTriggerStatus()
1381 auto *handle = GetHandleExpectTransaction(false, errCode); in SetCursorIncFlag()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h254 SQLiteSingleVerRelationalStorageExecutor *GetHandleExpectTransaction(bool isWrite, int &errCode,