Searched refs:testDoubleType (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 | 3137 using testDoubleType = std::tuple<std::string, std::string, double, double, double>; typedef 3138 class DistributedWantDoubleParamTest : public testing::TestWithParam<testDoubleType> { 3187 …testing::Values(testDoubleType("", "aa", -1.1, 100.1, 100.1), testDoubleType("", "", -9.1, -41.1, … 3188 testDoubleType("1*中_aR", "aa", 50.1, 5.1, 5.1), 3189 testDoubleType("1*中_aR", "1*中_aR", -5000.1, 5000.1, -5000.1)));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 3455 using testDoubleType = std::tuple<std::string, std::string, double, double, double>; typedef 3456 class WantDoubleParamTest : public testing::TestWithParam<testDoubleType> { 3504 …testing::Values(testDoubleType("", "aa", -1.1, 100.1, 100.1), testDoubleType("", "", -9.1, -41.1, … 3505 testDoubleType("1*中_aR", "aa", 50.1, 5.1, 5.1), 3506 testDoubleType("1*中_aR", "1*中_aR", -5000.1, 5000.1, -5000.1)));
|