/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | resource_manager.h | 73 virtual RState GetFloatById(uint32_t id, float &outValue) = 0;
|
H A D | resource_manager_impl.h | 209 virtual RState GetFloatById(uint32_t id, float &outValue);
|
/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_interface.h | 45 virtual int32_t GetFloatById(uint32_t id, float &outValue) = 0;
|
H A D | resource_manager_impl.h | 77 int32_t GetFloatById(uint32_t id, float &outValue) override;
|
H A D | resource_manager_impl.cpp | 257 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 D | resource_manager_ffi.cpp | 451 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 D | resource_manager.h | 120 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 D | resource_manager_test_common.cpp | 572 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 D | resource_manager_performance_test.cpp | 857 * @tc.desc: Test GetFloatById 874 rm->GetFloatById(id, outValue); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 671 * @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 D | resource_manager_impl.h | 266 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 D | resource_manager_test.cpp | 1171 * @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 D | resource_manager_performance_test.cpp | 850 * @tc.desc: Test GetFloatById 867 rm->GetFloatById(id, outValue); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 408 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 D | resmgr_fuzzer.cpp | 234 result = rm->GetFloatById(testId, outValue); in GetFloatByIdFuzzTest()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | native_resource_manager.cpp | 560 RState state = mgr->resManager->GetFloatById(resId, tempResultValue);
in OH_ResourceManager_GetFloat()
|
H A D | resource_manager_impl.cpp | 612 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 D | resource_manager_napi_sync_impl.cpp | 454 state = resMgr->GetFloatById(resId, dataContext->fValue_); in ProcessNumResource()
|