Home
last modified time | relevance | path

Searched refs:REFERENCE_FIELD (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h33 static constexpr const char *REFERENCE_FIELD = "#_reference"; member in DistributedDB::CloudDbConstant
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dschema_meta.h60 static constexpr const char *REFERENCE_FIELD = "#_reference"; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp364 EXPECT_EQ(data.find(CloudDbConstant::REFERENCE_FIELD), data.end()); in CheckCloudData()
367 ASSERT_NE(data.find(CloudDbConstant::REFERENCE_FIELD), data.end()); in CheckCloudData()
368 Entries entries = std::get<Entries>(data.at(CloudDbConstant::REFERENCE_FIELD)); in CheckCloudData()
H A Ddistributeddb_cloud_save_cloud_data_test.cpp1410 ASSERT_EQ(extend.find(CloudDbConstant::REFERENCE_FIELD) != extend.end(), existRef); in CheckCloudBatchData()
1414 Entries entries = std::get<Entries>(extend[CloudDbConstant::REFERENCE_FIELD]); in CheckCloudBatchData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1590 extend[index].insert({ CloudDbConstant::REFERENCE_FIELD, referenceGid.at(rowId) }); in FillReferenceDataIntoExtend()

Completed in 10 milliseconds