Searched refs:testByteType (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 | 1570 using testByteType = std::tuple<std::string, std::string, byte, byte, byte>; typedef 1571 class DistributedWantParametersBoolArrayTest : public testing::TestWithParam<testByteType> { 1619 testing::Values(testByteType("", "aa", '#', 'U', 'U'), testByteType("", "", 'N', 'K', 'N'), 1620 … testByteType("1*中_aR", "aa", 'a', '%', '%'), testByteType("1*中_aR", "1*中_aR", 'a', 'z', 'a')));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 1944 using testByteType = std::tuple<std::string, std::string, byte, byte, byte>; typedef 1945 class WantParametersBoolArrayTest : public testing::TestWithParam<testByteType> { 1993 testing::Values(testByteType("", "aa", '#', 'U', 'U'), testByteType("", "", 'N', 'K', 'N'), 1994 … testByteType("1*中_aR", "aa", 'a', '%', '%'), testByteType("1*中_aR", "1*中_aR", 'a', 'z', 'a')));
|