Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp2586 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…
2635testStrType("1*中_aR", "aa", "aaa", "", ""), testStrType("1*中_aR", "1*中_aR", "aaa", "", "aaa")));
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp2922 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…
2970testStrType("1*中_aR", "aa", "aaa", "", ""), testStrType("1*中_aR", "1*中_aR", "aaa", "", "aaa")));