Searched refs:testFloatArrayType (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 | 2021 using testFloatArrayType = typedef 2023 class DistributedWantFloatArrayParamTest : public testing::TestWithParam<testFloatArrayType> { 2072 testing::Values(testFloatArrayType("", "aa", {-1.1, -2.1}, {}, {}), 2073 testFloatArrayType("", "", {-41.1, -42.1}, {}, {-41.1, -42.1}), 2074 testFloatArrayType("1*中_aR", "aa", {50.1, 51.1}, {}, {}), 2075 testFloatArrayType("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 | 2377 using testFloatArrayType = typedef 2379 class WantFloatArrayParamTest : public testing::TestWithParam<testFloatArrayType> { 2427 testing::Values(testFloatArrayType("", "aa", {-1.1, -2.1}, {}, {}), 2428 testFloatArrayType("", "", {-41.1, -42.1}, {}, {-41.1, -42.1}), 2429 testFloatArrayType("1*中_aR", "aa", {50.1, 51.1}, {}, {}), 2430 testFloatArrayType("1*中_aR", "1*中_aR", {5000.1, 5001.1}, {}, {5000.1, 5001.1})));
|