Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp1413 DataItem wItem = dataItem; in BindFillGidLogStmt() local
1414 if (DBCommon::IsNeedCompensatedForUpload(uploadExtend, type) && !wItem.dataDelete) { in BindFillGidLogStmt()
1415 wItem.cloud_flag |= static_cast<uint32_t>(LogInfoFlag::FLAG_WAIT_COMPENSATED_SYNC); in BindFillGidLogStmt()
1419 wItem.gid = {}; in BindFillGidLogStmt()
1420 wItem.version = {}; in BindFillGidLogStmt()
1425 errCode = BindUpdateLogStmt(logStmt, user, wItem); in BindFillGidLogStmt()
1428 errCode = BindInsertLogStmt(logStmt, user, wItem); in BindFillGidLogStmt()