Searched refs:SortType (Results 1 – 9 of 9) sorted by relevance
63 void SetSortType(SortType sortType);65 SortType GetSortType() const;113 SortType sortType_ = SortType::NONE;
45 SortType sortType_ = SortType::NONE;184 SortType sortType_ = SortType::NONE;
86 sortType_ = static_cast<SortType>(queryExpressions.GetSortType()); in QueryObject()509 void QueryObject::SetSortType(SortType sortType) in SetSortType()514 SortType QueryObject::GetSortType() const in GetSortType()
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()
305 if (sortType_ != SortType::NONE) { in GetQuerySql()306 …sql += (sortType_ == SortType::TIMESTAMP_ASC) ? "ORDER BY timestamp asc " : "ORDER BY timestamp de… in GetQuerySql()
178 enum class SortType { enum
345 currentQuery.SetSortType(SortType::TIMESTAMP_ASC);350 lastQuery.SetSortType(SortType::TIMESTAMP_DESC);
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()