Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1794 using testCharType = std::tuple<std::string, std::string, zchar, zchar, zchar>; typedef
1795 class DistributedWantCharParamTest : public testing::TestWithParam<testCharType> {
1844 … testing::Values(testCharType("", "aa", U'#', U'中', U'中'), testCharType("", "", U'中', U'K', U'中'),
1845testCharType("1*中_aR", "aa", U'a', U'中', U'中'), testCharType("1*中_aR", "1*中_aR", U'中', U'z', U'中')…
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp2158 using testCharType = std::tuple<std::string, std::string, zchar, zchar, zchar>; typedef
2159 class WantCharParamTest : public testing::TestWithParam<testCharType> {
2207 … testing::Values(testCharType("", "aa", U'#', U'中', U'中'), testCharType("", "", U'中', U'K', U'中'),
2208testCharType("1*中_aR", "aa", U'a', U'中', U'中'), testCharType("1*中_aR", "1*中_aR", U'中', U'z', U'中')…