Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp384 bool DistributedDBToolsUnitTest::IsEntryEqual(const DistributedDB::Entry &entryOrg, in IsEntryEqual() argument
387 if (entryOrg.key != entryRet.key) { in IsEntryEqual()
388 … LOGD("key not equal, entryOrg key size is [%zu], entryRet key size is [%zu]", entryOrg.key.size(), in IsEntryEqual()
393 if (entryOrg.value != entryRet.value) { in IsEntryEqual()
394 …alue not equal, entryOrg value size is [%zu], entryRet value size is [%zu]", entryOrg.value.size(), in IsEntryEqual()
H A Ddistributeddb_tools_unit_test.h165 …static bool IsEntryEqual(const DistributedDB::Entry &entryOrg, const DistributedDB::Entry &entryRe…