Searched refs:GetSortType (Results 1 – 8 of 8) sorted by relevance
356 EXPECT_EQ(actualQuery.GetSortType(), currentQuery.GetSortType());357 EXPECT_NE(actualQuery.GetSortType(), lastQuery.GetSortType());
65 SortType GetSortType() const;
86 sortType_ = static_cast<SortType>(queryExpressions.GetSortType()); in QueryObject()514 SortType QueryObject::GetSortType() const in GetSortType() function in DistributedDB::QueryObject
154 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()
148 int GetSortType() const;
588 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()
257 if (syncParam.syncQuery.GetSortType() != SortType::NONE) { in SyncToDevice()
342 int QueryExpression::GetSortType() const in GetSortType() function in DistributedDB::QueryExpression