Home
last modified time | relevance | path

Searched defs:isAsc (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp88 Query &Query::OrderBy(const std::string &field, bool isAsc) in OrderBy() argument
94 Query &Query::OrderByWriteTime(bool isAsc) in OrderByWriteTime() argument
H A Dquery_expression.cpp130 void QueryExpression::OrderBy(const std::string& field, bool isAsc) in OrderBy() argument
347 void QueryExpression::SetSortType(bool isAsc) in SetSortType() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp163 bool isAsc = operation.values_[0] == "true"; in OrderBy() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp205 std::string isAsc = "true"; in OrderByAsc() local
212 std::string isAsc = "false"; in OrderByDesc() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp461 const std::string isAsc = words.at(pointer + 1); // isASC in HandleOrderByWriteTime() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp541 DataQuery& DataQuery::OrderByWriteTime (const bool isAsc) in OrderByWriteTime() argument

Completed in 6 milliseconds