Searched refs:testDoubleArrayType (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 | 1905 using testDoubleArrayType = typedef 1907 class DistributedWantDoubleArrayParamTest : public testing::TestWithParam<testDoubleArrayType> { 1956 testing::Values(testDoubleArrayType("", "aa", {-1.1, -2.1}, {}, {}), 1957 testDoubleArrayType("", "", {-41.1, -42.1}, {}, {-41.1, -42.1}), 1958 testDoubleArrayType("1*中_aR", "aa", {50.1, 51.1}, {}, {}), 1959 testDoubleArrayType("1*中_aR", "1*中_aR", {5000.1, 5001.1}, {}, {5000.1, 5001.1})));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 2265 using testDoubleArrayType = typedef 2267 class WantDoubleArrayParamTest : public testing::TestWithParam<testDoubleArrayType> { 2315 testing::Values(testDoubleArrayType("", "aa", {-1.1, -2.1}, {}, {}), 2316 testDoubleArrayType("", "", {-41.1, -42.1}, {}, {-41.1, -42.1}), 2317 testDoubleArrayType("1*中_aR", "aa", {50.1, 51.1}, {}, {}), 2318 testDoubleArrayType("1*中_aR", "1*中_aR", {5000.1, 5001.1}, {}, {5000.1, 5001.1})));
|