Home
last modified time | relevance | path

Searched defs:updateAge (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp236 string updateAge = "Delete from " + g_tables[i] + " where " + g_tablesPKey[i] + " in ("; in DeleteUserTableRecord() local
251 …string updateAge = "UPDATE " + g_tables[i] + " SET height = 111.11 where " + g_tablesPKey[i] + " i… in UpdateUserTableRecord() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp244 string updateAge = "UPDATE " + tableName + " SET age = '99' where id in ("; in UpdateUserTableRecord() local
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp186 … string updateAge = "UPDATE " + g_tables[i] + " SET age = '99' where " + g_tablesPKey[i] + " in ("; in UpdateUserTableRecord() local
201 string updateAge = "Delete from " + g_tables[i] + " where " + g_tablesPKey[i] + " in ("; in DeleteUserTableRecord() local