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 D | distributeddb_nb_schema_upgrade_test.cpp | 243 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 D | distributeddb_nb_cursor_testcase.cpp | 239 sort(entries.begin(), entries.end(), DistributedTestTools::CompareKey); in ResultSetDb002() 804 sort(entries.begin(), entries.end(), DistributedTestTools::CompareKey); in ResultSetDb010()
|
H A D | distributeddb_nb_predicate_query_expand_test.cpp | 1177 sort(entriesBatch.begin(), entriesBatch.end(), DistributedTestTools::CompareKey);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 419 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 D | distributed_test_tools.cpp | 83 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
|