Searched refs:testStrArrayType (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 | 2469 using testStrArrayType = typedef 2471 class DistributedWantStringArrayParamTest : public testing::TestWithParam<testStrArrayType> { 2518 testing::Values(testStrArrayType("", "aa", {"1*中_aR", "dbdb"}, {}, {}), 2519 testStrArrayType("", "", {"1*中_aR", "dbdb"}, {}, {"1*中_aR", "dbdb"}), 2520 testStrArrayType("1*中_aR", "aa", {"1*中_aR", "dbdb"}, {}, {}), 2521 testStrArrayType("1*中_aR", "1*中_aR", {"1*中_aR", "dbdb"}, {}, {"1*中_aR", "dbdb"})));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 2809 using testStrArrayType = typedef 2811 class WantStringArrayParamTest : public testing::TestWithParam<testStrArrayType> { 2857 testing::Values(testStrArrayType("", "aa", {"1*中_aR", "dbdb"}, {}, {}), 2858 testStrArrayType("", "", {"1*中_aR", "dbdb"}, {}, {"1*中_aR", "dbdb"}), 2859 testStrArrayType("1*中_aR", "aa", {"1*中_aR", "dbdb"}, {}, {}), 2860 testStrArrayType("1*中_aR", "1*中_aR", {"1*中_aR", "dbdb"}, {}, {"1*中_aR", "dbdb"})));
|