Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h72 int SetCursorIncFlag(bool status) override;
H A Dsqlite_cloud_kv_store.cpp377 int SqliteCloudKvStore::SetCursorIncFlag(bool status) in SetCursorIncFlag() function in DistributedDB::SqliteCloudKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h102 int SetCursorIncFlag(bool flag);
H A Dicloud_sync_storage_interface.h145 virtual int SetCursorIncFlag(bool flag) in SetCursorIncFlag() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp300 int StorageProxy::SetCursorIncFlag(bool flag) in SetCursorIncFlag() function in DistributedDB::StorageProxy
306 return store_->SetCursorIncFlag(flag); in SetCursorIncFlag()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h180 int SetCursorIncFlag(bool flag) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h146 int SetCursorIncFlag(bool flag);
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp593 int SQLiteSingleVerRelationalStorageExecutor::SetCursorIncFlag(bool flag) in SetCursorIncFlag() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1378 int RelationalSyncAbleStorage::SetCursorIncFlag(bool flag) in SetCursorIncFlag() function in DistributedDB::RelationalSyncAbleStorage
1385 errCode = handle->SetCursorIncFlag(flag); in SetCursorIncFlag()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1011 (void)storageProxy_->SetCursorIncFlag(true); in SaveDataInTransaction()
1018 (void)storageProxy_->SetCursorIncFlag(false); in SaveDataInTransaction()