Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
H A Dutils.h53 static RState ConvertColorToUInt32(const char *s, uint32_t &outValue);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h90 static RState ConvertColorToUInt32(const char *s, uint32_t &outValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dutils.cpp274 RState Utils::ConvertColorToUInt32(const char *s, uint32_t &outValue) in ConvertColorToUInt32() function in OHOS::Global::Resource::Utils
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp400 RState Utils::ConvertColorToUInt32(const char *s, uint32_t &outValue) in ConvertColorToUInt32() function in OHOS::Global::Resource::Utils
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp480 return Utils::ConvertColorToUInt32(temp.c_str(), outValue); in GetColor()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp843 return state == SUCCESS ? Utils::ConvertColorToUInt32(result.c_str(), outValue) : state; in GetThemeColor()
894 return Utils::ConvertColorToUInt32(temp.c_str(), outValue); in GetColor()