Searched refs:GetDoubleList (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | query_helper.h | 68 …static std::vector<double> GetDoubleList(const std::vector<std::string> &words, int &elementPointe…
|
H A D | query_helper.cpp | 342 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 D | kvdb_service_test.cpp | 630 auto result2 = queryHelper->GetDoubleList(words, elementPointer, end); 634 result2 = queryHelper->GetDoubleList(words, elementPointer, end);
|