Home
last modified time | relevance | path

Searched refs:HandleOrderByDesc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.h52 …static bool HandleOrderByDesc(const std::vector<std::string> &words, int &pointer, int end, DBQuer…
H A Dquery_helper.cpp107 return HandleOrderByDesc(words, pointer, end, dbQuery); in Handle()
443 bool QueryHelper::HandleOrderByDesc(const std::vector<std::string> &words, int &pointer, int end, D… in HandleOrderByDesc() function in OHOS::DistributedKv::QueryHelper
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp500 EXPECT_TRUE(queryHelper->HandleOrderByDesc(words, pointer, ends, dbQuery));
501 EXPECT_FALSE(queryHelper->HandleOrderByDesc(words, pointer, end, dbQuery));