Home
last modified time | relevance | path

Searched refs:StrToDouble (Results 1 - 5 of 5) sorted by relevance

/base/powermgr/thermal_manager/utils/native/include/
H A Dstring_operation.h31 static bool StrToDouble(const std::string& str, double& value);
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_utils_test.cpp78 StringOperation::StrToDouble("", value); in HWTEST_F()
H A Dthermal_config_file_parser.cpp466 StringOperation::StrToDouble(rates.at(i), levelItem.tempRiseRate); in ParseSensorSubnodeInfo()
/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
/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()

Completed in 4 milliseconds