Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp2802 using testIntType = std::tuple<std::string, std::string, int, int, int>; typedef
2803 class DistributedWantIntParamTest : public testing::TestWithParam<testIntType> {
2852 testing::Values(testIntType("", "aa", -1, 100, 100), testIntType("", "", -9, -41, -9),
2853testIntType("1*中_aR", "aa", 50, 5, 5), testIntType("1*中_aR", "1*中_aR", -5000, 5000, -5000)));
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp3130 using testIntType = std::tuple<std::string, std::string, int, int, int>; typedef
3131 class WantIntParamTest : public testing::TestWithParam<testIntType> {
3179 testing::Values(testIntType("", "aa", -1, 100, 100), testIntType("", "", -9, -41, -9),
3180testIntType("1*中_aR", "aa", 50, 5, 5), testIntType("1*中_aR", "1*中_aR", -5000, 5000, -5000)));