Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_progress_manager_test.cpp356 EXPECT_EQ(actualQuery.GetSortType(), currentQuery.GetSortType());
357 EXPECT_NE(actualQuery.GetSortType(), lastQuery.GetSortType());
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.h65 SortType GetSortType() const;
H A Dquery_object.cpp86 sortType_ = static_cast<SortType>(queryExpressions.GetSortType()); in QueryObject()
514 SortType QueryObject::GetSortType() const in GetSortType() function in DistributedDB::QueryObject
H A Dsqlite_single_ver_natural_store_connection.cpp154 if (((queryObj.GetSortType() != SortType::NONE) && !queryObj.IsQueryOnlyByKey()) in GetEntries()
204 if (((queryObj.GetSortType() != SortType::NONE) && !queryObj.IsQueryOnlyByKey()) in GetCount()
607 if (((queryObj.GetSortType() != SortType::NONE) && !queryObj.IsQueryOnlyByKey()) in GetResultSet()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h148 int GetSortType() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp588 if (querySyncObj.GetSortType() != SortType::NONE || querySyncObj.IsQueryByRange()) { in Sync()
975 if (querySyncObj.GetSortType() != SortType::NONE || querySyncObj.IsQueryByRange()) { in SubscribeRemoteQuery()
999 if (querySyncObj.GetSortType() != SortType::NONE || querySyncObj.IsQueryByRange()) { in UnSubscribeRemoteQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.cpp257 if (syncParam.syncQuery.GetSortType() != SortType::NONE) { in SyncToDevice()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp342 int QueryExpression::GetSortType() const in GetSortType() function in DistributedDB::QueryExpression