Searched refs:testStrType (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 | 2586 using testStrType = std::tuple<std::string, std::string, std::string, std::string, std::string>; typedef 2587 class DistributedWantStringParamTest : public testing::TestWithParam<testStrType> { 2634 …testing::Values(testStrType("", "aa", "1*中_aR", "", ""), testStrType("", "", "1*中_aR", "", "1*中_aR… 2635 … testStrType("1*中_aR", "aa", "aaa", "", ""), testStrType("1*中_aR", "1*中_aR", "aaa", "", "aaa")));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 2922 using testStrType = std::tuple<std::string, std::string, std::string, std::string, std::string>; typedef 2923 class WantStringParamTest : public testing::TestWithParam<testStrType> { 2969 …testing::Values(testStrType("", "aa", "1*中_aR", "", ""), testStrType("", "", "1*中_aR", "", "1*中_aR… 2970 … testStrType("1*中_aR", "aa", "aaa", "", ""), testStrType("1*中_aR", "1*中_aR", "aaa", "", "aaa")));
|