Searched refs:testBoolArrayType (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 | 1622 using testBoolArrayType = typedef 1624 class DistributedWantBoolArrayParamTest : public testing::TestWithParam<testBoolArrayType> { 1673 testing::Values(testBoolArrayType("", "aa", {true, false}, {}, {}), 1674 testBoolArrayType("", "", {true, false}, {}, {true, false}), 1675 testBoolArrayType("1*中_aR", "aa", {true, false}, {}, {}), 1676 testBoolArrayType("1*中_aR", "1*中_aR", {false, true}, {}, {false, true})));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 1996 using testBoolArrayType = std::tuple<std::string, std::string, std::vector<bool>, std::vector<bool>… typedef 1997 class WantBoolArrayParamTest : public testing::TestWithParam<testBoolArrayType> { 2045 testing::Values(testBoolArrayType("", "aa", {true, false}, {}, {}), 2046 testBoolArrayType("", "", {true, false}, {}, {true, false}), 2047 testBoolArrayType("1*中_aR", "aa", {true, false}, {}, {}), 2048 testBoolArrayType("1*中_aR", "1*中_aR", {false, true}, {}, {false, true})));
|