Home
last modified time | relevance | path

Searched refs:floatRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.h107 void TestGetFloatByName(const char* touchTarget, const char* floatRef);
109 void TestGetFloatById(const char* touchTarget, const char* floatRef);
H A Dresource_manager_test_common.cpp544 void ResourceManagerTestCommon::TestGetFloatById(const char* touchTarget, const char* floatRef) in TestGetFloatById() argument
559 id = GetResId(floatRef, ResType::FLOAT); in TestGetFloatById()
566 void ResourceManagerTestCommon::TestGetFloatByName(const char* touchTarget, const char* floatRef) in TestGetFloatByName() argument
579 state = rm->GetFloatByName(floatRef, outValue); in TestGetFloatByName()