Home
last modified time | relevance | path

Searched refs:GetFloatById (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h225 virtual RState GetFloatById(uint32_t id, float &outValue);
234 virtual RState GetFloatById(uint32_t id, float &outValue, std::string &unit);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp244 auto state = manager->GetFloatById(resId, dimensionFloat, unit); in GetDimension()
255 auto state = manager->GetFloatById(resId, dimensionFloat, unit); in GetDimension()
265 auto state = manager->GetFloatById(resId, dimensionFloat); in GetDimension()
358 auto state = manager->GetFloatById(resId, result); in GetDouble()
H A Dresource_adapter_impl_v2.cpp337 auto state = manager->GetFloatById(resId, dimensionFloat, unit); in GetDimension()
349 auto state = manager->GetFloatById(resId, dimensionFloat, unit); in GetDimension()
360 auto state = manager->GetFloatById(resId, dimensionFloat); in GetDimension()
469 auto state = manager->GetFloatById(resId, result); in GetDouble()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp147 RState ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerImpl
152 RState ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue, std::string &unit) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/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.cpp243 int32_t ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue) in GetFloatById() function in OHOS::Resource::ResourceManagerImpl
245 RState state = resMgr_->GetFloatById(id, outValue); in GetFloatById()
H A Dresource_manager_impl.h75 int32_t GetFloatById(uint32_t id, float &outValue) override;
H A Dresource_manager_ffi.cpp439 state = instance->GetFloatById(resId, data.floatValue); in CJ_GetNumber()
464 state = instance->GetFloatById(resId, data.floatValue); in CJ_GetNumberByResource()
/ohos5.0/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);
/ohos5.0/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;
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp549 RState state = rm->GetFloatById(id, outValue); in TestGetFloatById()
554 state = rm->GetFloatById(id, outValue, unit); in TestGetFloatById()
561 state = rm->GetFloatById(id, outValue); in TestGetFloatById()
H A Dresource_manager_performance_test.cpp874 rm->GetFloatById(id, outValue);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h80 virtual RState GetFloatById(uint32_t id, float& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp185 virtual RState GetFloatById(uint32_t id, float& outValue) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_resourceManager_interface1.h80 virtual RState GetFloatById(uint32_t id, float& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp185 virtual RState GetFloatById(uint32_t id, float& outValue) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h264 virtual RState GetFloatById(uint32_t id, float &outValue);
273 virtual RState GetFloatById(uint32_t id, float &outValue, std::string &unit);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp244 auto state = resourceManager_->GetFloatById(resId, dimensionFloat, unit); in GetDimension()
349 auto state = resourceManager_->GetFloatById(resId, result); in GetDouble()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1182 state = rm->GetFloatById(id, outValue);
1188 state = rm->GetFloatById(id, outValue);
1204 state = rm->GetFloatById(NON_EXIST_ID, outValue);
H A Dresource_manager_performance_test.cpp867 rm->GetFloatById(id, outValue);
/ohos5.0/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
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp234 result = rm->GetFloatById(testId, outValue); in GetFloatByIdFuzzTest()
/ohos5.0/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.cpp616 RState ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerImpl
640 RState ResourceManagerImpl::GetFloatById(uint32_t id, float &outValue, std::string &unit) in GetFloatById() function in OHOS::Global::Resource::ResourceManagerImpl

12