Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_upgrade_test.cpp243 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey); in CheckSchemaVoidFieldDefaultResult()
455 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey); in CheckNullFieldSucceed()
626 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey);
701 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey);
1053 sort(entriesGot.begin(), entriesGot.end(), DistributedTestTools::CompareKey); in CheckAddNewFieldSucceed()
H A Ddistributeddb_nb_cursor_testcase.cpp239 sort(entries.begin(), entries.end(), DistributedTestTools::CompareKey); in ResultSetDb002()
804 sort(entries.begin(), entries.end(), DistributedTestTools::CompareKey); in ResultSetDb010()
H A Ddistributeddb_nb_predicate_query_expand_test.cpp1177 sort(entriesBatch.begin(), entriesBatch.end(), DistributedTestTools::CompareKey);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h419 static bool CompareKey(const DistributedDB::Entry &entry1, const DistributedDB::Entry &entry2);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp83 sort(retVector.begin(), retVector.end(), DistributedTestTools::CompareKey); in CompareEntriesVector()
84 sort(expVec.begin(), expVec.end(), DistributedTestTools::CompareKey); in CompareEntriesVector()
1530 bool DistributedTestTools::CompareKey(const Entry &entry1, const Entry &entry2) function in DistributedTestTools