Home
last modified time | relevance | path

Searched refs:GetFloatByName (Results 1 - 18 of 18) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h75 virtual RState GetFloatByName(const char *name, float &outValue) = 0;
H A Dresource_manager_impl.h217 virtual RState GetFloatByName(const char *name, float &outValue);
/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h46 virtual int32_t GetFloatByName(const char *name, float &outValue) = 0;
H A Dresource_manager_impl.h79 int32_t GetFloatByName(const char *name, float &outValue) override;
H A Dresource_manager_impl.cpp268 int32_t ResourceManagerImpl::GetFloatByName(const char *name, float &outValue) in GetFloatByName() function in OHOS::Resource::ResourceManagerImpl
270 RState state = resMgr_->GetFloatByName(name, outValue); in GetFloatByName()
272 LOGE("ResourceManagerImpl::GetFloatByName failed %{public}" PRIu32, state); in GetFloatByName()
274 LOGI("ResourceManagerImpl::GetFloatByName success"); in GetFloatByName()
H A Dresource_manager_ffi.cpp493 state = instance->GetFloatByName(name, data.floatValue); in CJ_GetNumberByName()
/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h124 virtual RState GetFloatByName(const char *name, float &outValue) = 0;
126 virtual RState GetFloatByName(const char *name, float &outValue, std::string &unit) = 0;
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp592 RState state = rm->GetFloatByName(touchTarget, outValue); in TestGetFloatByName()
597 state = rm->GetFloatByName(touchTarget, outValue, unit); in TestGetFloatByName()
602 state = rm->GetFloatByName(floatRef, outValue); in TestGetFloatByName()
H A Dresource_manager_performance_test.cpp886 * @tc.desc: Test GetFloatByName
900 rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue); in HWTEST_F()
H A Dresource_manager_test.cpp698 * @tc.desc: Test GetFloatByName
710 * @tc.desc: Test GetFloatByName
719 state = rm->GetFloatByName(g_nonExistName, outValue); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h283 virtual RState GetFloatByName(const char *name, float &outValue);
292 virtual RState GetFloatByName(const char *name, float &outValue, std::string &unit);
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1210 * @tc.desc: Test GetFloatByName
1219 state = rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue); in HWTEST_F()
1223 state = rm->GetFloatByName("float_ref", outValue); in HWTEST_F()
1230 * @tc.desc: Test GetFloatByName
1239 state = rm->GetFloatByName(g_nonExistName, outValue); in HWTEST_F()
H A Dresource_manager_performance_test.cpp879 * @tc.desc: Test GetFloatByName
893 rm->GetFloatByName("width_appBar_backButton_touchTarget", outValue); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp414 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl
/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp245 result = rm->GetFloatByName(testName.c_str(), outValue); in GetFloatByNameFuzzTest()
/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp577 RState state = mgr->resManager->GetFloatByName(resName, tempResultValue); in OH_ResourceManager_GetFloatByName()
H A Dresource_manager_impl.cpp659 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl
663 RESMGR_HILOGE(RESMGR_TAG, "GetFloatByName error name = %{public}s", name); in GetFloatByName()
683 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue, std::string &unit) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp894 state = resMgr->GetFloatByName(dataContext->resName_.c_str(), dataContext->fValue_); in ProcessNumResourceByName()

Completed in 24 milliseconds