Searched refs:testFloatType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 3025 using testFloatType = std::tuple<std::string, std::string, float, float, float>; typedef 3026 class DistributedWantFloatParamTest : public testing::TestWithParam<testFloatType> { 3076 …testing::Values(testFloatType("", "aa", -1.1, 100.1, 100.1), testFloatType("", "", -9.1, -41.1, -9… 3077 …testFloatType("1*中_aR", "aa", 50.1, 5.1, 5.1), testFloatType("1*中_aR", "1*中_aR", -5000.1, 5000.1, …
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 3346 using testFloatType = std::tuple<std::string, std::string, float, float, float>; typedef 3347 class WantFloatParamTest : public testing::TestWithParam<testFloatType> { 3396 …testing::Values(testFloatType("", "aa", -1.1, 100.1, 100.1), testFloatType("", "", -9.1, -41.1, -9… 3397 …testFloatType("1*中_aR", "aa", 50.1, 5.1, 5.1), testFloatType("1*中_aR", "1*中_aR", -5000.1, 5000.1, …
|