Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1570 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'),
1620testByteType("1*中_aR", "aa", 'a', '%', '%'), testByteType("1*中_aR", "1*中_aR", 'a', 'z', 'a')));
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp1944 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'),
1994testByteType("1*中_aR", "aa", 'a', '%', '%'), testByteType("1*中_aR", "1*中_aR", 'a', 'z', 'a')));