Home
last modified time | relevance | path

Searched refs:testIntArrayType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp2913 using testIntArrayType = std::tuple<std::string, std::string, std::vector<int>, std::vector<int>, s… typedef
2914 class DistributedWantIntArrayParamTest : public testing::TestWithParam<testIntArrayType> {
2963 testing::Values(testIntArrayType("", "aa", {-1, 3, 25, -9}, {}, {}),
2964 testIntArrayType("", "", {-41, 0, 0, 9}, {}, {-41, 0, 0, 9}),
2965 testIntArrayType("1*中_aR", "aa", {50, 2, -9}, {}, {}),
2966 testIntArrayType("1*中_aR", "1*中_aR", {-5000}, {}, {-5000})));
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp3238 using testIntArrayType = std::tuple<std::string, std::string, std::vector<int>, std::vector<int>, s… typedef
3239 class WantIntArrayParamTest : public testing::TestWithParam<testIntArrayType> {
3287 testing::Values(testIntArrayType("", "aa", {-1, 3, 25, -9}, {}, {}),
3288 testIntArrayType("", "", {-41, 0, 0, 9}, {}, {-41, 0, 0, 9}),
3289 testIntArrayType("1*中_aR", "aa", {50, 2, -9}, {}, {}),
3290 testIntArrayType("1*中_aR", "1*中_aR", {-5000}, {}, {-5000})));