Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h73 virtual RState GetFloatById(uint32_t id, float &outValue) = 0;
H A Dresource_manager_impl.h209 virtual RState GetFloatById(uint32_t id, float &outValue);
/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h45 virtual int32_t GetFloatById(uint32_t id, float &outValue) = 0;
H A Dresource_manager_impl.h77 int32_t GetFloatById(uint32_t id, float &outValue) override;
H A Dresource_manager_impl.cpp257 int32_t ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue) in GetFloatById() function in OHOS::Resource::ResourceManagerImpl
259 RState state = resMgr_->GetFloatById(id, outValue); in GetFloatById()
261 LOGE("ResourceManagerImpl::GetFloatById failed %{public}" PRIu32, state); in GetFloatById()
263 LOGI("ResourceManagerImpl::GetFloatById success"); in GetFloatById()
H A Dresource_manager_ffi.cpp451 state = instance->GetFloatById(resId, data.floatValue); in CJ_GetNumber()
476 state = instance->GetFloatById(resId, data.floatValue); in CJ_GetNumberByResource()
/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h120 virtual RState GetFloatById(uint32_t id, float &outValue) = 0;
122 virtual RState GetFloatById(uint32_t id, float &outValue, std::string &unit) = 0;
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp572 RState state = rm->GetFloatById(id, outValue); in TestGetFloatById()
577 state = rm->GetFloatById(id, outValue, unit); in TestGetFloatById()
584 state = rm->GetFloatById(id, outValue); in TestGetFloatById()
H A Dresource_manager_performance_test.cpp857 * @tc.desc: Test GetFloatById
874 rm->GetFloatById(id, outValue); in HWTEST_F()
H A Dresource_manager_test.cpp671 * @tc.desc: Test GetFloatById
683 * @tc.desc: Test GetFloatById
692 state = rm->GetFloatById(NON_EXIST_ID, outValue); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h266 virtual RState GetFloatById(uint32_t id, float &outValue);
275 virtual RState GetFloatById(uint32_t id, float &outValue, std::string &unit);
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1171 * @tc.desc: Test GetFloatById
1182 state = rm->GetFloatById(id, outValue); in HWTEST_F()
1188 state = rm->GetFloatById(id, outValue); in HWTEST_F()
1195 * @tc.desc: Test GetFloatById
1204 state = rm->GetFloatById(NON_EXIST_ID, outValue); in HWTEST_F()
H A Dresource_manager_performance_test.cpp850 * @tc.desc: Test GetFloatById
867 rm->GetFloatById(id, outValue); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp408 RState ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerImpl
/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp234 result = rm->GetFloatById(testId, outValue); in GetFloatByIdFuzzTest()
/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp560 RState state = mgr->resManager->GetFloatById(resId, tempResultValue); in OH_ResourceManager_GetFloat()
H A Dresource_manager_impl.cpp612 RState ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerImpl
616 RESMGR_HILOGE(RESMGR_TAG, "GetFloatById error id = %{public}d", id); in GetFloatById()
636 RState ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue, std::string &unit) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerImpl
640 RESMGR_HILOGE(RESMGR_TAG, "GetFloatById error with unit id = %{public}d", id); in GetFloatById()
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp454 state = resMgr->GetFloatById(resId, dataContext->fValue_); in ProcessNumResource()

Completed in 24 milliseconds