Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.h68 …static std::vector<double> GetDoubleList(const std::vector<std::string> &words, int &elementPointe…
H A Dquery_helper.cpp342 const std::vector<double> doubleValueList = GetDoubleList(words, elementPointer, end); in HandleIn()
378 const std::vector<double> doubleValueList = GetDoubleList(words, elementPointer, end); in HandleNotIn()
668 std::vector<double> QueryHelper::GetDoubleList(const std::vector<std::string> &words, int &elementP… in GetDoubleList() function in OHOS::DistributedKv::QueryHelper
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp630 auto result2 = queryHelper->GetDoubleList(words, elementPointer, end);
634 result2 = queryHelper->GetDoubleList(words, elementPointer, end);