Home
last modified time | relevance | path

Searched refs:RecalculateFloat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp597 return state == SUCCESS ? RecalculateFloat(unit, outValue) : state; in GetThemeFloat()
613 return state == SUCCESS ? RecalculateFloat(unit, outValue) : state; in GetThemeFloat()
632 return RecalculateFloat(unit, outValue); in GetFloatById()
679 return RecalculateFloat(unit, outValue); in GetFloatByName()
693 RState ResourceManagerImpl::RecalculateFloat(const std::string &unit, float &result) in RecalculateFloat() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h752 RState RecalculateFloat(const std::string &unit, float &result);