Home
last modified time | relevance | path

Searched refs:HandleBeginGroup (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.h55 …static bool HandleBeginGroup(const std::vector<std::string> &words, int &pointer, int end, DBQuery…
H A Dquery_helper.cpp121 return HandleBeginGroup(words, pointer, end, dbQuery); in HandleExtra()
481 bool QueryHelper::HandleBeginGroup(const std::vector<std::string> &words, int &pointer, int end, DB… in HandleBeginGroup() function in OHOS::DistributedKv::QueryHelper