/base/global/resmgr_standard/interfaces/innerkits/include/ |
D | resource_manager.h | 88 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/ |
D | resource_manager_impl.h | 83 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/ |
D | resource_manager.h | 75 virtual RState GetFloatByName(const char *name, float &outValue) = 0;
|
D | resource_manager_impl.h | 79 virtual RState GetFloatByName(const char *name, float &outValue);
|
/base/global/resmgr_standard/frameworks/resmgr/test/unittest/common/ |
D | resource_manager_test.cpp | 1257 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);
|
D | resource_manager_performance_test.cpp | 893 rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue);
|
/base/global/resmgr_standard/frameworks/resmgr/src/ |
D | resource_manager_impl.cpp | 437 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/ |
D | resource_manager_test.cpp | 1219 state = rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue); 1223 state = rm->GetFloatByName("float_ref", outValue); 1239 state = rm->GetFloatByName(g_nonExistName, outValue);
|
D | resource_manager_performance_test.cpp | 893 rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue);
|
/base/global/resmgr_lite/frameworks/resmgr_lite/src/ |
D | resource_manager_impl.cpp | 414 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl
|