Searched refs:StrToDouble (Results 1 – 6 of 6) sorted by relevance
31 static bool StrToDouble(const std::string& str, double& value);
78 StringOperation::StrToDouble("", value);
464 StringOperation::StrToDouble(rates.at(i), levelItem.tempRiseRate); in ParseSensorSubnodeInfo()
99 bool StringOperation::StrToDouble(const std::string& str, double& value) in StrToDouble() function in OHOS::PowerMgr::StringOperation
1526 static bool StrToDouble(const std::string &value, double &output) in StrToDouble() function1569 if (!StrToDouble(tokens[CONSTANT_0], degree) || !StrToDouble(tokens[CONSTANT_1], minute) || in ValidLatLong()1570 !StrToDouble(tokens[CONSTANT_2], second)) { in ValidLatLong()
418 StringOperation::StrToDouble(rates.at(sensorIdx), levelItem.tempRiseRate); in ParseSensorLevelInfo()