Searched refs:entryRet (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_publish_test.cpp | 586 Entry entryRet = {KEY_1, VALUE_1}; variable 587 EXPECT_TRUE(DistributedDBToolsUnitTest::IsEntryEqual(g_localEntry, entryRet)); 588 entryRet = {KEY_1, VALUE_2}; 589 EXPECT_TRUE(DistributedDBToolsUnitTest::IsEntryEqual(g_syncEntry, entryRet)); 634 Entry entryRet = {KEY_1, VALUE_1}; variable 635 EXPECT_TRUE(DistributedDBToolsUnitTest::IsEntryEqual(g_localEntry, entryRet)); 636 entryRet = {KEY_1, VALUE_2}; 637 EXPECT_TRUE(DistributedDBToolsUnitTest::IsEntryEqual(g_syncEntry, entryRet)); 684 Entry entryRet = {KEY_1, VALUE_1}; variable 731 Entry entryRet = {KEY_1, VALUE_1}; variable [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 385 const DistributedDB::Entry &entryRet) in IsEntryEqual() argument 387 if (entryOrg.key != entryRet.key) { in IsEntryEqual() 389 entryRet.key.size()); in IsEntryEqual() 393 if (entryOrg.value != entryRet.value) { in IsEntryEqual() 395 entryRet.value.size()); in IsEntryEqual()
|
H A D | distributeddb_tools_unit_test.h | 165 …atic bool IsEntryEqual(const DistributedDB::Entry &entryOrg, const DistributedDB::Entry &entryRet);
|