Home
last modified time | relevance | path

Searched refs:KEY3 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp55 const Key KEY3 = { 'k', '3' }; variable
268 DataItem data3{KEY3, VALUE3, time3, DataItem::LOCAL_FLAG, REMOTE_DEVICE_ID};
287 g_connection->DeleteBatch(option, vector{KEY1, KEY3});
337 DataItem data3{KEY3, VALUE3, time3, DataItem::LOCAL_FLAG, REMOTE_DEVICE_ID};
356 g_connection->DeleteBatch(option, vector{KEY1, KEY3});
H A Ddistributeddb_storage_subscribe_query_test.cpp56 const Key KEY3 = { 'k', '3' }; variable