Searched refs:testBoolType (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 | 3361 using testBoolType = std::tuple<std::string, std::string, bool, bool, bool>; typedef 3362 class DistributedWantBoolParamTest : public testing::TestWithParam<testBoolType> { 3411 …testing::Values(testBoolType("b1", "aa", true, true, true), testBoolType("b1", "aa", true, false, … 3412 testBoolType("b2", "b2", true, true, true), testBoolType("b3", "b3", true, false, true), 3413 … testBoolType("123", "123", true, false, true), testBoolType("123", "aa", true, false, false), 3414 …testBoolType("-~*&%¥", "-~*&%¥", true, false, true), testBoolType("-~*&%¥", "aa", true, false, fal… 3415 testBoolType("中文", "中文", true, false, true), testBoolType("中文", "aa", true, false, false), 3416 testBoolType("_中文ddPEJKJ#(&*~#^%", "_中文ddPEJKJ#(&*~#^%", true, false, true), 3417 testBoolType("_中文ddPEJKJ#(&*~#^%", "123", true, false, false)));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 3670 using testBoolType = std::tuple<std::string, std::string, bool, bool, bool>; typedef 3671 class WantBoolParamTest : public testing::TestWithParam<testBoolType> { 3719 …testing::Values(testBoolType("b1", "aa", true, true, true), testBoolType("b1", "aa", true, false, … 3720 testBoolType("b2", "b2", true, true, true), testBoolType("b3", "b3", true, false, true), 3721 … testBoolType("123", "123", true, false, true), testBoolType("123", "aa", true, false, false), 3722 …testBoolType("-~*&%¥", "-~*&%¥", true, false, true), testBoolType("-~*&%¥", "aa", true, false, fal… 3723 testBoolType("中文", "中文", true, false, true), testBoolType("中文", "aa", true, false, false), 3724 testBoolType("_中文ddPEJKJ#(&*~#^%", "_中文ddPEJKJ#(&*~#^%", true, false, true), 3725 testBoolType("_中文ddPEJKJ#(&*~#^%", "123", true, false, false)));
|