Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_schema_test_tools.cpp189 string keyGot(entries[index].key.begin(), entries[index].key.end()); in CombinationCheckQueryResult() local
191 …OG("entry key compare failed, expectKey:%s, gotKey:%s, line:%d", keyExpect.c_str(), keyGot.c_str(), in CombinationCheckQueryResult()