Searched refs:PutDataMode (Results 1 – 5 of 5) sorted by relevance
43 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()
40 enum class PutDataMode { enum184 void SetPutDataMode(PutDataMode mode);497 PutDataMode putDataMode_;
199 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()
83 … assetLoader_(nullptr), putDataMode_(PutDataMode::SYNC), markFlagOption_(MarkFlagOption::DEFAULT), in SQLiteSingleVerRelationalStorageExecutor()
1765 handle->SetPutDataMode(SQLiteSingleVerRelationalStorageExecutor::PutDataMode::USER); in UpsertData()1768 handle->SetPutDataMode(SQLiteSingleVerRelationalStorageExecutor::PutDataMode::SYNC); in UpsertData()