Searched refs:testShortArrayType (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 | 2248 using testShortArrayType = typedef 2250 class DistributedWantShortArrayParamTest : public testing::TestWithParam<testShortArrayType> { 2299 testing::Values(testShortArrayType("", "aa", {-1, 3, 25, -9}, {}, {}), 2300 testShortArrayType("", "", {-41, 0, 0, 9}, {}, {-41, 0, 0, 9}), 2301 testShortArrayType("1*中_aR", "aa", {50, 2, -9}, {}, {}), 2302 testShortArrayType("1*中_aR", "1*中_aR", {-5000}, {}, {-5000})));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 2595 using testShortArrayType = typedef 2597 class WantShortArrayParamTest : public testing::TestWithParam<testShortArrayType> { 2645 testing::Values(testShortArrayType("", "aa", {-1, 3, 25, -9}, {}, {}), 2646 testShortArrayType("", "", {-41, 0, 0, 9}, {}, {-41, 0, 0, 9}), 2647 testShortArrayType("1*中_aR", "aa", {50, 2, -9}, {}, {}), 2648 testShortArrayType("1*中_aR", "1*中_aR", {-5000}, {}, {-5000})));
|