Home
last modified time | relevance | path

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

/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h242 virtual RState GetFloatByName(const char *name, float &outValue);
251 virtual RState GetFloatByName(const char *name, float &outValue, std::string &unit);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp157 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl
162 RState ResourceManagerImpl::GetFloatByName(const char *name, float &outValue, std::string &unit) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h82 virtual RState GetFloatByName(const char* name, float& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp190 virtual RState GetFloatByName(const char* name, float& outValue) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_resourceManager_interface1.h82 virtual RState GetFloatByName(const char* name, float& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp190 virtual RState GetFloatByName(const char* name, float& outValue) in GetFloatByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp260 auto state = resourceManager_->GetFloatByName(actualResName.c_str(), dimensionFloat, unit); in GetDimensionByName()
363 auto state = resourceManager_->GetFloatByName(actualResName.c_str(), result); in GetDoubleByName()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp279 auto state = manager->GetFloatByName(actualResName.c_str(), dimensionFloat, unit); in GetDimensionByName()
370 auto state = manager->GetFloatByName(actualResName.c_str(), result); in GetDoubleByName()
H A Dresource_adapter_impl_v2.cpp373 auto state = manager->GetFloatByName(actualResName.c_str(), dimensionFloat, unit); in GetDimensionByName()
479 auto state = manager->GetFloatByName(actualResName.c_str(), result); in GetDoubleByName()

Completed in 9 milliseconds