Home
last modified time | relevance | path

Searched refs:KEY_CONS_2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_transaction_test.cpp1233 entry2 = {KEY_CONS_2, base};
1253 KEY_CONS_2, GetValueWithInt(VALUE_CHANGE1_SECOND)));
1259 KEY_CONS_2, GetValueWithInt(VALUE_CHANGE2_SECOND)));
1264 ConsistencyCheck(KEY_CONS_1, KEY_CONS_2);
H A Ddistributeddb_nb_batch_crud_test.cpp1790 entry2 = {KEY_CONS_2, base};
1810 KEY_CONS_2, GetValueWithInt(VALUE_CHANGE1_SECOND)));
1816 KEY_CONS_2, GetValueWithInt(VALUE_CHANGE2_SECOND)));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h457 const DistributedDB::Key KEY_CONS_2 = { 'c', 'o', 'n', 's', '2' }; variable