/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 225 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 D | resource_adapter_impl.cpp | 244 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 D | resource_adapter_impl_v2.cpp | 337 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 D | mock_resource_manager.cpp | 147 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 D | resource_manager_interface.h | 45 virtual int32_t GetFloatById(uint32_t id, float &outValue) = 0;
|
H A D | resource_manager_impl.cpp | 243 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 D | resource_manager_impl.h | 75 int32_t GetFloatById(uint32_t id, float &outValue) override;
|
H A D | resource_manager_ffi.cpp | 439 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 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);
|
/ohos5.0/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;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_common.cpp | 549 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 D | resource_manager_performance_test.cpp | 874 rm->GetFloatById(id, outValue);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 80 virtual RState GetFloatById(uint32_t id, float& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 185 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 D | mock_resourceManager_interface1.h | 80 virtual RState GetFloatById(uint32_t id, float& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 185 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 D | resource_manager_impl.h | 264 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 D | resource_adapter_impl_standard.cpp | 244 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 D | resource_manager_test.cpp | 1182 state = rm->GetFloatById(id, outValue); 1188 state = rm->GetFloatById(id, outValue); 1204 state = rm->GetFloatById(NON_EXIST_ID, outValue);
|
H A D | resource_manager_performance_test.cpp | 867 rm->GetFloatById(id, outValue);
|
/ohos5.0/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
|
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 234 result = rm->GetFloatById(testId, outValue); in GetFloatByIdFuzzTest()
|
/ohos5.0/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 | 616 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
|