Home
last modified time | relevance | path

Searched defs:cloudField (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp63 for (const Field &cloudField : cloudFields) { in CompareFieldSchema() local
102 bool SchemaMgr::IsAssetPrimaryField(const Field &cloudField) in IsAssetPrimaryField()
107 bool SchemaMgr::CompareType(const FieldInfo &localField, const Field &cloudField) in CompareType()
131 bool SchemaMgr::CompareNullable(const FieldInfo &localField, const Field &cloudField) in CompareNullable()
136 …SchemaMgr::ComparePrimaryField(std::map<int, FieldName> &localPrimaryKeys, const Field &cloudField) in ComparePrimaryField()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp48 void CloudDBSyncUtilsTest::InitSyncUtils(const std::vector<Field> &cloudField, in InitSyncUtils()
300 …SyncUtilsTest::GetCloudDbSchema(const std::string &tableName, const std::vector<Field> &cloudField, in GetCloudDbSchema()