Searched refs:StrToUint (Results 1 - 7 of 7) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_config_base_info.cpp | 44 StringOperation::StrToUint(countIter->second, historyTempCount_); in SetHistoryTempCount()
|
H A D | thermal_srv_config_parser.cpp | 455 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 D | string_operation.h | 30 static bool StrToUint(const std::string& str, uint32_t& value);
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_utils_test.cpp | 77 StringOperation::StrToUint("", val); in HWTEST_F()
|
H A D | thermal_config_file_parser.cpp | 272 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 D | thermal_kernel_config_file.cpp | 160 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 D | string_operation.cpp | 82 bool StringOperation::StrToUint(const std::string& str, uint32_t& value) in StrToUint() function in OHOS::PowerMgr::StringOperation
|
Completed in 4 milliseconds