Home
last modified time | relevance | path

Searched defs:field2 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp276 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
301 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
327 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
355 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
382 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
410 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
438 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
465 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
523 FieldInfo field2 = SetField(FIELD_NAME_2, "int", true); variable
550 FieldInfo field2 = SetField(FIELD_NAME_2, "text", true); variable
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp130 Field field2; variable
H A Dcloud_data_test.cpp203 SchemaMeta::Field field2; in InitSchemaMeta() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp693 FieldInfo field2; variable
857 FieldInfo field2; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_reference_test.cpp739 Field field2 = { "value", TYPE_INDEX<std::string>, false, true }; in SetCloudSchema() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp87 …Field field2 = { "name", TYPE_INDEX<std::string>, pkType == PrimaryKeyType::COMPOSITE_PRIMARY_KEY,… in SetCloudSchema() local
500 Field field2 = { "age", TYPE_INDEX<std::string>, ageIsPrimaryKey, false }; in SetCloudSchemaForCollate() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_asset_compare_test.cpp846 Field field2 = { FIELD_CARS, TYPE_INDEX<Assets> }; variable