Searched refs:testLongType (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 | 2692 using testLongType = std::tuple<std::string, std::string, long, long, long>; typedef 2693 class DistributedWantLongParamTest : public testing::TestWithParam<testLongType> { 2740 testing::Values(testLongType("b1", "b1", -1, 100, -1), testLongType("b3", "b4", 600, 200, 200), 2741 testLongType("b5", "b5", 50, 6, 50), testLongType("b6", "b7", 1000, 2200, 2200)));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 3024 using testLongType = std::tuple<std::string, std::string, long, long, long>; typedef 3025 class WantLongParamTest : public testing::TestWithParam<testLongType> { 3071 testing::Values(testLongType("b1", "b1", -1, 100, -1), testLongType("b3", "b4", 600, 200, 200), 3072 testLongType("b5", "b5", 50, 6, 50), testLongType("b6", "b7", 1000, 2200, 2200)));
|