Home
last modified time | relevance | path

Searched refs:PutDataMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp43 if (putDataMode_ == PutDataMode::SYNC && errCode != E_OK) { in GetQueryInfoSql()
1737 void SQLiteSingleVerRelationalStorageExecutor::SetPutDataMode(PutDataMode mode) in SetPutDataMode()
1749 if (putDataMode_ != PutDataMode::USER) { in GetDataFlag()
1763 if (putDataMode_ == PutDataMode::SYNC) { in GetUpdateDataFlagSql()
1774 return putDataMode_ == PutDataMode::SYNC ? "cloud" : ""; in GetDev()
1782 if (putDataMode_ == PutDataMode::SYNC) { in GetUpdateField()
1973 if (putDataMode_ == PutDataMode::SYNC) { in BindShareValueToInsertLogStatement()
1987 if (putDataMode_ == PutDataMode::SYNC) { in BindShareValueToInsertLogStatement()
H A Dsqlite_single_ver_relational_storage_executor.h40 enum class PutDataMode { enum
184 void SetPutDataMode(PutDataMode mode);
497 PutDataMode putDataMode_;
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp199 if (putDataMode_ == PutDataMode::SYNC && errCode != E_OK) { in GetQueryLogStatement()
659 if (putDataMode_ == PutDataMode::SYNC) { in InsertCloudData()
683 … if (putDataMode_ == PutDataMode::SYNC && !CloudStorageUtils::IsContainsPrimaryKey(tableSchema)) { in InsertLogRecord()
787 if (putDataMode_ == PutDataMode::SYNC) { in BindHashKeyAndGidToInsertLogStatement()
966 if (putDataMode_ == PutDataMode::SYNC) { in UpdateCloudData()
H A Dsqlite_single_ver_relational_storage_executor.cpp83 … assetLoader_(nullptr), putDataMode_(PutDataMode::SYNC), markFlagOption_(MarkFlagOption::DEFAULT), in SQLiteSingleVerRelationalStorageExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1765 handle->SetPutDataMode(SQLiteSingleVerRelationalStorageExecutor::PutDataMode::USER); in UpsertData()
1768 handle->SetPutDataMode(SQLiteSingleVerRelationalStorageExecutor::PutDataMode::SYNC); in UpsertData()