Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.h43 uint64_t cloud_flag = 0; // use for kv cloud log table member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h57 uint32_t cloud_flag = 0; // use for cloud member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp360 dataInfoWithLog.logInfo.cloud_flag = static_cast<uint64_t>(sqlite3_column_int64(stmt, index++)); in FillLogInfoWithStmt()
605 …de = SQLiteUtils::BindInt64ToStatement(logStmt, BIND_INSERT_CLOUD_FLAG_INDEX, dataItem.cloud_flag); in BindInsertLogStmt()
640 errCode = SQLiteUtils::BindInt64ToStatement(logStmt, index++, dataItem.cloud_flag); in BindUpdateLogStmt()
1415 wItem.cloud_flag |= static_cast<uint32_t>(LogInfoFlag::FLAG_WAIT_COMPENSATED_SYNC); in BindFillGidLogStmt()