Home
last modified time | relevance | path

Searched refs:convertToInteger (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h113 static bool convertToInteger(const std::string& str, int& outValue);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp540 bool Utils::convertToInteger(const std::string& str, int& outValue) in convertToInteger() function in OHOS::Global::Resource::Utils
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp469 if (!Utils::convertToInteger(subStr, tmpId)) { in IsSameResourceByUserId()
H A Dresource_manager_impl.cpp782 if (Utils::convertToInteger(temp, intValue)) { in GetInteger()
968 if (!Utils::convertToInteger(resolvedValue, intValue)) { in GetIntArray()