Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1678 using testCharArrayType = typedef
1680 class DistributedWantCharArrayParamTest : public testing::TestWithParam<testCharArrayType> {
1730 testing::Values(testCharArrayType("", "aa", {U'中', U'文'}, {}, {}),
1731 testCharArrayType("", "", {U'中', U'文'}, {}, {U'中', U'文'}),
1732 testCharArrayType("1*中_aR", "aa", {U'中', U'文'}, {}, {}),
1733 testCharArrayType("1*中_aR", "1*中_aR", {U'中', U'文'}, {}, {U'中', U'文'})));
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp2050 using testCharArrayType = typedef
2052 class WantCharArrayParamTest : public testing::TestWithParam<testCharArrayType> {
2100 testing::Values(testCharArrayType("", "aa", {U'中', U'文'}, {}, {}),
2101 testCharArrayType("", "", {U'中', U'文'}, {}, {U'中', U'文'}),
2102 testCharArrayType("1*中_aR", "aa", {U'中', U'文'}, {}, {}),
2103 testCharArrayType("1*中_aR", "1*中_aR", {U'中', U'文'}, {}, {U'中', U'文'})));