Searched refs:testCharType (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 | 1794 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'中'), 1845 …testCharType("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 D | want_test.cpp | 2158 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'中'), 2208 …testCharType("1*中_aR", "aa", U'a', U'中', U'中'), testCharType("1*中_aR", "1*中_aR", U'中', U'z', U'中')…
|