Searched refs:testLongArrayType (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 | 2135 using testLongArrayType = typedef 2137 class DistributedWantLongArrayParamTest : public testing::TestWithParam<testLongArrayType> { 2186 testing::Values(testLongArrayType("", "aa", {-1, 3, 25, -9}, {}, {}), 2187 testLongArrayType("", "", {-41, 0, 0, 9}, {}, {-41, 0, 0, 9}), 2188 testLongArrayType("1*中_aR", "aa", {50, 2, -9}, {}, {}), 2189 testLongArrayType("1*中_aR", "1*中_aR", {-5000}, {}, {-5000})));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 2487 using testLongArrayType = std::tuple<std::string, std::string, std::vector<long>, std::vector<long>… typedef 2488 class WantLongArrayParamTest : public testing::TestWithParam<testLongArrayType> { 2536 testing::Values(testLongArrayType("", "aa", {-1, 3, 25, -9}, {}, {}), 2537 testLongArrayType("", "", {-41, 0, 0, 9}, {}, {-41, 0, 0, 9}), 2538 testLongArrayType("1*中_aR", "aa", {50, 2, -9}, {}, {}), 2539 testLongArrayType("1*中_aR", "1*中_aR", {-5000}, {}, {-5000})));
|