Home
last modified time | relevance | path

Searched refs:StrToUint (Results 1 - 7 of 7) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_base_info.cpp44 StringOperation::StrToUint(countIter->second, historyTempCount_); in SetHistoryTempCount()
H A Dthermal_srv_config_parser.cpp455 StringOperation::StrToUint(reinterpret_cast<char*>(xmlLevel), levelItem.level); in ParseLevelThreshold()
586 StringOperation::StrToUint(reinterpret_cast<char*>(xmlLevel), policyConfig.level); in ParsePolicyNode()
/base/powermgr/thermal_manager/utils/native/include/
H A Dstring_operation.h30 static bool StrToUint(const std::string& str, uint32_t& value);
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_utils_test.cpp77 StringOperation::StrToUint("", val); in HWTEST_F()
H A Dthermal_config_file_parser.cpp272 StringOperation::StrToUint(reinterpret_cast<char*>(xmlLevel), level); in ParsePolicyNode()
452 StringOperation::StrToUint(reinterpret_cast<char*>(xmlLevel), levelItem.level); in ParseSensorSubnodeInfo()
/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_config_file.cpp160 StringOperation::StrToUint(reinterpret_cast<char*>(xmlLevel), tziItem.level); in ParseSubNode()
169 StringOperation::StrToUint(reinterpret_cast<char*>(xmlValue), action.value); in ParseSubNode()
/base/powermgr/thermal_manager/utils/native/src/
H A Dstring_operation.cpp82 bool StringOperation::StrToUint(const std::string& str, uint32_t& value) in StrToUint() function in OHOS::PowerMgr::StringOperation

Completed in 4 milliseconds