Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp2361 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),
2410testShortType("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 Dwant_test.cpp2704 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),
2752testShortType("1*中_aR", "aa", 50, 5, 5), testShortType("1*中_aR", "1*中_aR", -5000, 5000, -5000)));