Home
last modified time | relevance | path

Searched refs:GetFloatByName (Results 1 – 10 of 10) sorted by relevance

/base/global/resmgr_standard/interfaces/innerkits/include/
Dresource_manager.h88 virtual RState GetFloatByName(const char *name, float &outValue) = 0;
90 virtual RState GetFloatByName(const char *name, float &outValue, std::string &unit) = 0;
/base/global/resmgr_standard/frameworks/resmgr/include/
Dresource_manager_impl.h83 virtual RState GetFloatByName(const char *name, float &outValue);
85 virtual RState GetFloatByName(const char *name, float &outValue, std::string &unit);
/base/global/resmgr_lite/frameworks/resmgr_lite/include/
Dresource_manager.h75 virtual RState GetFloatByName(const char *name, float &outValue) = 0;
Dresource_manager_impl.h79 virtual RState GetFloatByName(const char *name, float &outValue);
/base/global/resmgr_standard/frameworks/resmgr/test/unittest/common/
Dresource_manager_test.cpp1257 state = rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue);
1262 state = rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue, unit);
1267 state = rm->GetFloatByName("float_ref", outValue);
1283 state = rm->GetFloatByName(g_nonExistName, outValue);
Dresource_manager_performance_test.cpp893 rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue);
/base/global/resmgr_standard/frameworks/resmgr/src/
Dresource_manager_impl.cpp437 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl
448 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue, std::string &unit) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl
/base/global/resmgr_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dresource_manager_test.cpp1219 state = rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue);
1223 state = rm->GetFloatByName("float_ref", outValue);
1239 state = rm->GetFloatByName(g_nonExistName, outValue);
Dresource_manager_performance_test.cpp893 rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue);
/base/global/resmgr_lite/frameworks/resmgr_lite/src/
Dresource_manager_impl.cpp414 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl