Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Dmock_relational_sync_able_storage.h33 …MOCK_METHOD3(GetReferenceGid, int(const std::string &, const CloudSyncBatch &, std::map<int64_t, E…
H A Ddistributeddb_cloud_save_cloud_data_test.cpp1430 … EXPECT_CALL(*storage, GetReferenceGid).WillRepeatedly([&syncData](const std::string &tableName,
1466 EXPECT_CALL(*storage, GetReferenceGid).WillRepeatedly([](const std::string &,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1545 int errCode = GetReferenceGid(syncData.tableName, syncData.insData, referenceGid); in FillReferenceData()
1555 errCode = GetReferenceGid(syncData.tableName, syncData.updData, referenceGid); in FillReferenceData()
1601 int RelationalSyncAbleStorage::GetReferenceGid(const std::string &tableName, const CloudSyncBatch &… in GetReferenceGid() function in DistributedDB::RelationalSyncAbleStorage
1617 errCode = handle->GetReferenceGid(tableName, syncBatch, tableReference, referenceGid); in GetReferenceGid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h239 virtual int GetReferenceGid(const std::string &tableName, const CloudSyncBatch &syncBatch,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h165 int GetReferenceGid(const std::string &tableName, const CloudSyncBatch &syncBatch,
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp777 int SQLiteSingleVerRelationalStorageExecutor::GetReferenceGid(const std::string &tableName, in GetReferenceGid() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor