Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h248 static int FillReferenceDataIntoExtend(const std::vector<int64_t> &rowid,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1550 …errCode = FillReferenceDataIntoExtend(syncData.insData.rowid, referenceGid, syncData.insData.exten… in FillReferenceData()
1560 … return FillReferenceDataIntoExtend(syncData.updData.rowid, referenceGid, syncData.updData.extend); in FillReferenceData()
1563 int RelationalSyncAbleStorage::FillReferenceDataIntoExtend(const std::vector<int64_t> &rowid, in FillReferenceDataIntoExtend() function in DistributedDB::RelationalSyncAbleStorage