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 D | mock_relational_sync_able_storage.h | 33 …MOCK_METHOD3(GetReferenceGid, int(const std::string &, const CloudSyncBatch &, std::map<int64_t, E…
|
H A D | distributeddb_cloud_save_cloud_data_test.cpp | 1430 … 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 D | relational_sync_able_storage.cpp | 1545 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 D | relational_sync_able_storage.h | 239 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 D | sqlite_single_ver_relational_storage_executor.h | 165 int GetReferenceGid(const std::string &tableName, const CloudSyncBatch &syncBatch,
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 777 int SQLiteSingleVerRelationalStorageExecutor::GetReferenceGid(const std::string &tableName, in GetReferenceGid() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|