Home
last modified time | relevance | path

Searched refs:StrToDouble (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/utils/native/include/
H A Dstring_operation.h31 static bool StrToDouble(const std::string& str, double& value);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_utils_test.cpp78 StringOperation::StrToDouble("", value);
H A Dthermal_config_file_parser.cpp464 StringOperation::StrToDouble(rates.at(i), levelItem.tempRiseRate); in ParseSensorSubnodeInfo()
/ohos5.0/base/powermgr/thermal_manager/utils/native/src/
H A Dstring_operation.cpp99 bool StringOperation::StrToDouble(const std::string& str, double& value) in StrToDouble() function in OHOS::PowerMgr::StringOperation
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1526 static bool StrToDouble(const std::string &value, double &output) in StrToDouble() function
1569 if (!StrToDouble(tokens[CONSTANT_0], degree) || !StrToDouble(tokens[CONSTANT_1], minute) || in ValidLatLong()
1570 !StrToDouble(tokens[CONSTANT_2], second)) { in ValidLatLong()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp418 StringOperation::StrToDouble(rates.at(sensorIdx), levelItem.tempRiseRate); in ParseSensorLevelInfo()