Home
last modified time | relevance | path

Searched defs:StringToDouble (Results 1 – 3 of 3) sorted by relevance

/foundation/ace/ace_engine/frameworks/base/utils/
Dstring_utils.h173 inline double StringToDouble(const std::string& value) in StringToDouble() function
185 inline bool StringToDouble(const std::string& value, double& result) in StringToDouble() function
/foundation/ace/ace_engine/frameworks/bridge/common/utils/
Dutils.h138 inline double StringToDouble(const std::string& value) in StringToDouble() function
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/
Dquery_helper.cpp577 double QueryHelper::StringToDouble(const std::string &word) { in StringToDouble() function in OHOS::DistributedKv::QueryHelper