Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp3361 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),
3413testBoolType("123", "123", true, false, true), testBoolType("123", "aa", true, false, false),
3414testBoolType("-~*&%¥", "-~*&%¥", 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 Dwant_test.cpp3670 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),
3721testBoolType("123", "123", true, false, true), testBoolType("123", "aa", true, false, false),
3722testBoolType("-~*&%¥", "-~*&%¥", 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)));