Home
last modified time | relevance | path

Searched defs:entryRet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_publish_test.cpp586 Entry entryRet = {KEY_1, VALUE_1}; variable
634 Entry entryRet = {KEY_1, VALUE_1}; variable
684 Entry entryRet = {KEY_1, VALUE_1}; variable
731 Entry entryRet = {KEY_1, VALUE_1}; variable
779 Entry entryRet = {KEY_1, VALUE_1}; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp385 const DistributedDB::Entry &entryRet) in IsEntryEqual()