Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h182 …ogAndAsset(OpType opType, const CloudSyncData &data, bool fillAsset, bool ignoreEmptyGid) override;
243 const CloudSyncData &data, bool fillAsset, bool ignoreEmptyGid);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h121 int UpdateCloudLogGid(const CloudSyncData &cloudDataResult, bool ignoreEmptyGid);
177 …ndleWithOpType(const OpType opType, const CloudSyncData &data, bool fillAsset, bool ignoreEmptyGid,
384 …int BindStmtWithCloudGid(const CloudSyncData &cloudDataResult, bool ignoreEmptyGid, sqlite3_stmt *…
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp926 bool ignoreEmptyGid, sqlite3_stmt *&stmt) in BindStmtWithCloudGid() argument
938 if (ignoreEmptyGid || isSkipAssetsMissRecord) { in BindStmtWithCloudGid()
946 if (ignoreEmptyGid && containError) { in BindStmtWithCloudGid()
1334 bool fillAsset, bool ignoreEmptyGid, const TableSchema &tableSchema) in FillHandleWithOpType() argument
1353 errCode = UpdateCloudLogGid(data, ignoreEmptyGid); in FillHandleWithOpType()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1472 bool ignoreEmptyGid) in UpdateCloudLogGid() argument
1485 errCode = BindStmtWithCloudGid(cloudDataResult, ignoreEmptyGid, stmt); in UpdateCloudLogGid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h74 …ogAndAsset(OpType opType, const CloudSyncData &data, bool fillAsset, bool ignoreEmptyGid) override;
H A Dsqlite_cloud_kv_store.cpp264 bool ignoreEmptyGid) in FillCloudLogAndAsset() argument
281 …errCode = SqliteCloudKvExecutorUtils::FillCloudLog({db, ignoreEmptyGid}, opType, data, user_, reco… in FillCloudLogAndAsset()
H A Dsqlite_cloud_kv_executor_utils.cpp846 auto [db, ignoreEmptyGid] = param; in FillCloudGid()
863 if (dataItem.gid.empty() && ignoreEmptyGid) { in FillCloudGid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h150 …loudLogAndAsset(OpType opType, const CloudSyncData &data, bool fillAsset, bool ignoreEmptyGid) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1393 bool ignoreEmptyGid) in FillCloudLogAndAsset() argument
1409 errCode = FillCloudLogAndAssetInner(writeHandle, opType, data, fillAsset, ignoreEmptyGid); in FillCloudLogAndAsset()
1862 OpType opType, const CloudSyncData &data, bool fillAsset, bool ignoreEmptyGid) in FillCloudLogAndAssetInner() argument
1870 errCode = handle->FillHandleWithOpType(opType, data, fillAsset, ignoreEmptyGid, tableSchema); in FillCloudLogAndAssetInner()