Searched refs:testShortType (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 | 2361 using testShortType = std::tuple<std::string, std::string, short, short, short>; typedef 2362 class DistributedWantShortParamTest : public testing::TestWithParam<testShortType> { 2409 testing::Values(testShortType("", "aa", -1, 100, 100), testShortType("", "", -9, -41, -9), 2410 … testShortType("1*中_aR", "aa", 50, 5, 5), testShortType("1*中_aR", "1*中_aR", -5000, 5000, -5000)));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 2704 using testShortType = std::tuple<std::string, std::string, short, short, short>; typedef 2705 class WantShortParamTest : public testing::TestWithParam<testShortType> { 2751 testing::Values(testShortType("", "aa", -1, 100, 100), testShortType("", "", -9, -41, -9), 2752 … testShortType("1*中_aR", "aa", 50, 5, 5), testShortType("1*中_aR", "1*中_aR", -5000, 5000, -5000)));
|